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

Conversation

ghost
Copy link

@ghost ghost commented Mar 8, 2021

In other languages, if you create a directory hello-cdk, do cdk init, and then cdk ls, you get HelloCdkStack. In Python you get hello-cdk. Change the Python init template to match the other languages.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Jerry Kindall added 3 commits February 3, 2021 11:27
…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.
@gitpod-io
Copy link

gitpod-io bot commented Mar 8, 2021

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Mar 8, 2021
@ghost ghost requested a review from rix0rrr March 8, 2021 22:27
@ghost ghost assigned ghost and unassigned ghost Mar 8, 2021
@rix0rrr rix0rrr added the pr-linter/exempt-test The PR linter will not require test changes label Mar 9, 2021
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: f5ab6f4
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Mar 10, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

This was referenced Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants