Skip to content

OT-BUILDPIPER-MARKETPLACE/BP-AWS-CDK-DEPLOY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BP-SHELL-STEP-TEMPLATE

I'll use cdk to deploy aws cdk stack applications.

Setup

git submodule init
git submodule update
docker build -t ot/<image-name>:0.1 .
  • Do local testing
docker run -it --rm -v $PWD:/src -e var1="key1" -e var2="key2" ot/<image-name>:0.1
  • Debug
docker run -it --rm -v $PWD:/src -e var1="key1" -e var2="key2" --entrypoint sh ot/<image-name>:0.1

About

Step function to deploy a CDK app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published