|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| bin | %!s(int64=2) %!d(string=hai) anos | |
| lib | %!s(int64=2) %!d(string=hai) anos | |
| test | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .npmignore | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| cdk.json | %!s(int64=2) %!d(string=hai) anos | |
| jest.config.js | %!s(int64=2) %!d(string=hai) anos | |
| package-lock.json | %!s(int64=2) %!d(string=hai) anos | |
| package.json | %!s(int64=2) %!d(string=hai) anos | |
| tsconfig.json | %!s(int64=2) %!d(string=hai) anos |
This is a blank project for CDK development with TypeScript.
The cdk.json file tells the CDK Toolkit how to execute your app.
npm run build compile typescript to jsnpm run watch watch for changes and compilenpm run test perform the jest unit testscdk deploy deploy this stack to your default AWS account/regioncdk diff compare deployed stack with current statecdk synth emits the synthesized CloudFormation template