-
Notifications
You must be signed in to change notification settings - Fork 538
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
dougtoppin
merged 4 commits into
aws-solutions:release/v6.1.1
from
gsingh04:release/v6.1.1
Feb 6, 2023
Merged
Use stack name in Service Catalog Application name for multiple cfn stack deployments #438
dougtoppin
merged 4 commits into
aws-solutions:release/v6.1.1
from
gsingh04:release/v6.1.1
Feb 6, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This allows multiple stack deployments in the same account, region
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
requested review from
a team,
dougtoppin,
CrypticCabub,
schana,
tmekari,
G-Lenz and
hearde
February 3, 2023 20:59
hearde
suggested changes
Feb 3, 2023
source/constructs/lib/common-resources/common-resources-construct.ts
Outdated
Show resolved
Hide resolved
hearde
approved these changes
Feb 3, 2023
CrypticCabub
approved these changes
Feb 3, 2023
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-*
gsingh04
force-pushed
the
release/v6.1.1
branch
from
February 3, 2023 21:39
1c8fca6
to
0c988bb
Compare
Should this be 4 separate commits? Or can it be all in one? |
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
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 <toppaws@amazon.com> Co-authored-by: garvit singh <garvits@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Add support for multiple stack deployments in the account, region with different Service Catalog AppRegistry Application
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.