https://github.com/leopic/aws-cdk-ts-step-functions-test
https://github.com/leopic/aws-cdk-ts-step-functions-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leopic/aws-cdk-ts-step-functions-test
- Owner: leopic
- Created: 2020-03-26T18:02:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T13:11:31.000Z (11 months ago)
- Last Synced: 2025-09-11T12:42:39.784Z (9 months ago)
- Language: TypeScript
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your CDK TypeScript project!
This is a blank project for TypeScript development with CDK.
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