CDK Build once and deploy to higher environments #35555
iamsamuelhere
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi, I wrote a blog post some time ago about this: https://taimos.de/blog/deploying-your-cdk-app-to-different-stages-and-environments Maybe that helps. Let me know if you have additional questions... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a cdk stack in typescript, which contains lambda, apigateway, dynamod, I have dev, qa, stage, prod environments.
I need to build once (cdk synth) on Dev environments and deploy to other environments.(storing and reading the build files from artifact)
But the cdk synth performed on Dev has dev env specific values. Also did read on the metadata in cloudformation would fail when imported to higher env.
Seeking guidance on what's the suggested approach to do this.
Beta Was this translation helpful? Give feedback.
All reactions