-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Make Stack.toCloudFormation @internal (and prefix with underscore) #2044
Closed
eladb opened this issue
Mar 18, 2019
· 0 comments
· Fixed by #2047 · May be fixed by MechanicalRock/account-reaper#6
Closed
Make Stack.toCloudFormation @internal (and prefix with underscore) #2044
eladb opened this issue
Mar 18, 2019
· 0 comments
· Fixed by #2047 · May be fixed by MechanicalRock/account-reaper#6
Comments
4 tasks
rix0rrr
pushed a commit
to alex-berger/aws-cdk
that referenced
this issue
Mar 19, 2019
…tion") (aws#2047) The method `toCloudFormation` is not supposed to be directly called by users. Mark it as `@internal` and rename to `_toCloudFormation`. Fixes aws#2044 Related aws#2016 BREAKING CHANGE: “toCloudFormation” is now internal and should not be called directly. Instead use “app.synthesizeStack”
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
People should not call
Stack.toCloudFormation()
. Instead of should useapp.synthesize()
(which was actually deprecated and we should probably resurrect #2016)The text was updated successfully, but these errors were encountered: