https://github.com/botpress/cdk-lambda-example
Example CDK app that deploys a Typescript Lambda function
https://github.com/botpress/cdk-lambda-example
Last synced: about 1 year ago
JSON representation
Example CDK app that deploys a Typescript Lambda function
- Host: GitHub
- URL: https://github.com/botpress/cdk-lambda-example
- Owner: botpress
- Created: 2022-05-13T16:58:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T16:58:20.000Z (about 4 years ago)
- Last Synced: 2025-02-15T14:47:47.999Z (over 1 year ago)
- Language: TypeScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# installing
`yarn`
# deploying
Before deploying, make sure the diff makes sense:
`npx cdk diff --all --profile {your AWS profile} --require-approval never --progress events`
e.g.
`npx cdk diff --all --profile nlp-staging --require-approval never --progress events`
If everything looks fine, deploy:
`npx cdk deploy --all --profile {your AWS profile} --require-approval never --progress events`