Biomapas / B.AwsCdkParallel

Enables parallel stack deployments for AWS CDK tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to specify stacks during deployment

mokus opened this issue · comments

commented

In our app we generate beta and prod stacks together and use cdk deploy "*-beta", and cdk deploy "*-prod" respectively

Currently acdk doesn't allow to specify which stacks to deploy

Thanks for the issue. A similar question was already raised and I will work on this feature soon. Probably 2022 Q1.

commented

Awesome. Thank you for your work

@mokus actually, started working on this right now: https://github.com/Biomapas/B.AwsCdkParallel/pull/5/files. Still, a long way to go, but fundamentals are there.