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(init): Python init template's stack ID doesn't match other languages #13480

Merged
merged 5 commits into from Mar 10, 2021
Merged

fix(init): Python init template's stack ID doesn't match other languages #13480

merged 5 commits into from Mar 10, 2021

Commits on Feb 3, 2021

  1. Merge pull request #1 from aws/master

    Update fork
    Jerry Kindall authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    fbea6c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. fix(init): Stack ID in Python init template doesn't match other langu…

    …ages
    
    In all other languages other than Python, creating a new folder `hello-cdk` and doing `cdk init` results in a stack with an ID of `HelloCdkStack`. In Python you get `hello-cdk`.
    
    This PR changes the Python init template to match the other languages.
    Jerry Kindall authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6f91288 View commit details
    Browse the repository at this point in the history
  2. Change Python stack ID to match other languages

    Jerry Kindall authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4d2ecc8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into python-init-stack-id

    Jerry Kindall authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9107312 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge branch 'master' into python-init-stack-id

    Jerry Kindall authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f5ab6f4 View commit details
    Browse the repository at this point in the history