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'm struggling to figure out what would be printed into my template before the resources.
I'm unsure of what other information I could provide to help nail down what I may be doing wrong.
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
-
I'm trying to synthesize my cloudformation templates and am running into an issue with the templates.
Every time I run the command, the first line in my template file is
undefined
. What would be causing this? Debug isn't showing anything.Command is:
cdk synth -vvvv --debug --asset-metadata false --path-metadata false -j true Local/AppStack > cloudformation.template
Output snippet:
I'm struggling to figure out what would be printed into my template before the resources.
I'm unsure of what other information I could provide to help nail down what I may be doing wrong.
Any help would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions