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

Commits on Feb 3, 2023

  1. Add stack name to service catalog application

    This allows multiple stack deployments in the same account, region
    gsingh04 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    dee71c0 View commit details
    Browse the repository at this point in the history
  2. Update cdk snapshot

    gsingh04 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4e8d32f View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    gsingh04 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    53d3108 View commit details
    Browse the repository at this point in the history
  4. 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-*
    gsingh04 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0c988bb View commit details
    Browse the repository at this point in the history