Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use stack name in Service Catalog Application name for multiple cfn stack deployments #438

Merged
merged 4 commits into from
Feb 6, 2023

Conversation

gsingh04
Copy link
Member

@gsingh04 gsingh04 commented Feb 3, 2023

Issue #, if available:

Description of changes:

Add support for multiple stack deployments in the account, region with different Service Catalog AppRegistry Application

Checklist

  • 👋 I have added unit tests for all code changes.
  • 👋 I have run the unit tests, and all unit tests have passed.
  • ⚠️ This pull request might incur a breaking change.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@gsingh04 gsingh04 changed the title Release/v6.1.1 Use stack name in Service Catalog Application name for multiple cfn stack deployments Feb 3, 2023
@gsingh04 gsingh04 marked this pull request as ready for review February 3, 2023 20:58
Stack name is used in naming AppRegistry application and attribute group; which must not begin with aws.
The change adds support for stack names starting with aws-*
@schana
Copy link
Member

schana commented Feb 3, 2023

Should this be 4 separate commits? Or can it be all in one?

@dougtoppin dougtoppin merged commit b5bed59 into aws-solutions:release/v6.1.1 Feb 6, 2023
@dougtoppin dougtoppin mentioned this pull request Feb 7, 2023
3 tasks
dougtoppin pushed a commit that referenced this pull request Feb 7, 2023
…tack deployments (#438)

* Add stack name to service catalog application

This allows multiple stack deployments in the same account, region

* Update cdk snapshot

* Add changelog entry

* Prepend AppRegistry application name with static name

Stack name is used in naming AppRegistry application and attribute group; which must not begin with aws.
The change adds support for stack names starting with aws-*
@dougtoppin dougtoppin mentioned this pull request Feb 8, 2023
3 tasks
dougtoppin added a commit that referenced this pull request Feb 8, 2023
* Update CHANGELOG.md

Correct release date

* Remove unicode changes from backend, fix unicode support in demo-ui

* Use stack name in Service Catalog Application name for multiple cfn stack deployments (#438)

* Add stack name to service catalog application

This allows multiple stack deployments in the same account, region

* Update cdk snapshot

* Add changelog entry

* Prepend AppRegistry application name with static name

Stack name is used in naming AppRegistry application and attribute group; which must not begin with aws.
The change adds support for stack names starting with aws-*

* Update to v6.1.1, set release date, include PR link

---------

Co-authored-by: Doug Toppin <[email protected]>
Co-authored-by: garvit singh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants