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

fix(toolkit): support multiple toolkit stacks in the same environment #1427

Merged
merged 2 commits into from
Dec 27, 2018

Commits on Dec 24, 2018

  1. fix(toolkit): support multiple toolkit stacks in the same environment

    The --toolkit-stack-name option can be used to specify the name for
    the toolkit stack. However, since the the toolkit stack outputs
    had "Export"s, which must be unique within an environment, it was
    impossible to deploy multiple toolkit stacks.
    
    This change removes the "Export"s as they are actually not used or needed
    and also adds an integration test to verify that multiple toolkit stacks
    can be deployed into the same environment.
    
    `toolkitStackName` can also be specified in `cdk.json` or `~/.cdk.json`.
    Updated the toolkit documentation topic to describe this.
    
    Fixes #1416
    Elad Ben-Israel committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    a5ceee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    66343e7 View commit details
    Browse the repository at this point in the history