minwiz/cdk
dependabot[bot] 16de2ea3a6
Bump constructs from 10.1.106 to 10.1.107 in /cdk
Bumps [constructs](https://github.com/aws/constructs) from 10.1.106 to 10.1.107.
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](https://github.com/aws/constructs/compare/v10.1.106...v10.1.107)

---
updated-dependencies:
- dependency-name: constructs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 17:58:31 +00:00
..
bin add deploy stage to code pipeline 2022-03-19 14:22:03 +01:00
lib fix naming 2022-03-19 21:57:07 +01:00
test add aws cdk pipeline 2022-03-14 17:22:23 +01:00
.npmignore add aws cdk pipeline 2022-03-14 17:22:23 +01:00
README.md add aws cdk pipeline 2022-03-14 17:22:23 +01:00
cdk.json add aws cdk pipeline 2022-03-14 17:22:23 +01:00
jest.config.js add aws cdk pipeline 2022-03-14 17:22:23 +01:00
package-lock.json Bump constructs from 10.1.106 to 10.1.107 in /cdk 2022-09-20 17:58:31 +00:00
package.json Bump constructs from 10.1.106 to 10.1.107 in /cdk 2022-09-20 17:58:31 +00:00
tsconfig.json node update 2022-09-18 12:39:39 +02:00

README.md

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