-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to run cdk synthesis? #567
Comments
I made a workaround for this like following: Assuming you created your cdk project in
Then you can just run |
OH, im sorry, I saw this just now. Somehow this got lost in the stress of moving houses. I will change the core a bit and pass all things down to the cdk. Unfortunately, this might take 1 or 2 weeks until i have more time for that. |
@adrian-goe Thank you very much for this nx plugin. In order to make the synth command work with library packages, it's also needed to change the |
+1 on this. Nx is truly an incredible platform, especially for something like IAC, and synth support would be really great to have |
+1 |
As a follow on from @sandrokeil 's comment (which is a perfect workaround for the missing
with
(where Otherwise running any This means all my commands now have to be Not sure if this is also a bug as it does mean bypassing all the nx goodness? It could well be that I have something misconfigured. |
I want to run
cdk synth
as stated herehttps://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli-synth
But when run this
I get this error:
Then I figured out this plugin only 2 command is available, which is
deploy
anddestroy
.Any chance I can run
cdk synth
?The text was updated successfully, but these errors were encountered: