本家の踏襲のため、Dockerfileを変更

This commit is contained in:
nsxshota 2023-11-30 16:47:30 +09:00
commit d7f40cfda7
24 changed files with 49 additions and 3 deletions

14
scripts/aws/README.md Normal file
View file

@ -0,0 +1,14 @@
# Welcome to your CDK TypeScript project
This is a blank project for CDK development with TypeScript.
The `cdk.json` file tells the CDK Toolkit how to execute your app.
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template