Berlin in English Twitter BOT
This template is an opinionated template on top of AWS CDK v2 default Typescript template.
It adds:
.nvmrc
and tsconfig.json
;Rename files, especially the stack file, in order to bring a better naming to your project.
npm test
: runs Jestcdk:synth
: shorthand to cdk synth
cdk:deploy
: shorthand to cdk deploy --all
lint
: runs ESLint with some configurationlint:fix
: same as lint
but --fix
is applied