cdkinfracode/aws_cdk
2026-08-06 18:03:07 +05:30
..
bin Hardcode AWS account and region in entrypoint 2026-08-06 10:36:21 +05:30
lib refactor: remove Mailcow email server installation and configuration logic from stack setup 2026-08-06 18:03:07 +05:30
test Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
.gitignore Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
.npmignore Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
cdk.context.json Please provide the code changes or file diffs you would like me to summarize. 2026-08-06 11:00:10 +05:30
cdk.json Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
jest.config.js Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
package-lock.json Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
package.json Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
README.md Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30
tsconfig.json Initial commit: AWS CDK stack and Priority Listing 2026-08-06 09:21:36 +05:30

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 type-check the project
  • npm run watch watch for changes and type-check
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template