https://github.com/ryands17/cloud-native-testing
Cloud Native Integration Testing for Serverless apps
https://github.com/ryands17/cloud-native-testing
cdk serverless testing typescript
Last synced: about 2 months ago
JSON representation
Cloud Native Integration Testing for Serverless apps
- Host: GitHub
- URL: https://github.com/ryands17/cloud-native-testing
- Owner: ryands17
- Created: 2022-05-03T21:58:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:51:47.000Z (over 2 years ago)
- Last Synced: 2024-05-18T07:45:44.889Z (about 2 years ago)
- Topics: cdk, serverless, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- 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 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