You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to deploy our CDK synthesized CFN template directly using the cloudformation create-change-set/create-stack APIs. However, when supplying the generated template, the CFN CLIs raise an error:
› aws cloudformation create-change-set --stack-name test-stack --change-set-name test --template-body cdk.out/test.template.json
An error occurred (ValidationError) when calling the CreateChangeSet operation: Template format error: unsupported structure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I need to deploy our CDK synthesized CFN template directly using the cloudformation create-change-set/create-stack APIs. However, when supplying the generated template, the CFN CLIs raise an error:
Beta Was this translation helpful? Give feedback.
All reactions