Skip to content
Discussion options

You must be logged in to vote

Hi @PeterBaker0,

there are a few separate things you are asking here:

1. You want to hotswap in a CodePipeline

Unfortunately, this is not something we will support, as hotswapping should not be happening in shared environments that the Pipeline deploys to (but read below for a way if you want to go against our recommendation).

Instead, each developer on the team should have their own copy of the CDK application deployed (ideally, in their own AWS account, for maximum isolation), and iterate on it using cdk deploy MyDevStack(s) (of course, using hotswapping / cdk watch is very much recommended here, to speed up the iteration cycle!).

Once they are happy with how their changes work, only th…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@PeterBaker0
Comment options

@skinny85
Comment options

@PeterBaker0
Comment options

Answer selected by PeterBaker0
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants