An open API service indexing awesome lists of open source software.

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

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`