This is a blank project for TypeScript development with CDK.
The cdk.json file tells the CDK Toolkit how to execute your app.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
$ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build .# Validate
$ docker-compose run awstoe ./awstoe validate --documents app/install-rails-node-nginx.yml
# Build
$ docker-compose run awstoe ./awstoe run --documents app/install-rails-node-nginx.yml --phases build
# Shell
$ docker-compose exec awstoe bash