cdkinfracode/aws_cdk
2026-08-09 17:24:02 +05:30
..
bin chore: update AWS deployment region to ap-south-2 and ignore AWS configuration files 2026-08-07 10:16:27 +05:30
lib adding secret manager 2026-08-09 17:24:02 +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 refactor: simplify instance user data and update infrastructure configuration for ap-south-2 migration 2026-08-07 10:31:25 +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