Biomapas / B.AwsCdkParallel

Enables parallel stack deployments for AWS CDK tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for cdk --parameters and --context

elgamala opened this issue · comments

It would be great if we have the ability to supply --parameter and --context while we are deploying the stacks.

Yeah. Good point. As of now I suggest using OS-level environment variables that are implemented via "env" parameter in DeploymentExecutor.

@elgamala 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. Will let you know when finished.