The AWS-CDK app for api.jessebrault.com.
Go to file
2026-01-08 16:51:20 -06:00
bin Set environment for app. 2026-01-08 16:51:20 -06:00
lib Second initial commit. 2026-01-08 16:47:33 -06:00
test Second initial commit. 2026-01-08 16:47:33 -06:00
.gitignore Second initial commit. 2026-01-08 16:47:33 -06:00
.npmignore Initial commit 2026-01-08 16:40:17 -06:00
.nvmrc Initial commit 2026-01-08 16:40:17 -06:00
.prettierrc Second initial commit. 2026-01-08 16:47:33 -06:00
cdk.json Second initial commit. 2026-01-08 16:47:33 -06:00
jest.config.js Second initial commit. 2026-01-08 16:47:33 -06:00
package-lock.json Second initial commit. 2026-01-08 16:47:33 -06:00
package.json Second initial commit. 2026-01-08 16:47:33 -06:00
README.md Second initial commit. 2026-01-08 16:47:33 -06:00
tsconfig.json Second initial commit. 2026-01-08 16:47:33 -06:00

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
  • 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