cdk-typescript-lambda
cdk-typescript-lambda copied to clipboard
Repository for an article at https://bobbyhadz.com/blog/aws-cdk-typescript-lambda - for how to write and deploy Typescript Lambdas in AWS CDK.
Write TypeScript Lambda functions in AWS CDK - Complete Guide
A repository for an article on bobbyhadz.com
If you use CDK version 1, switch to the cdk-v1 branch.
How to Use
-
Clone the repository
-
Install the dependencies
npm install
- Create the CDK stack
npx aws-cdk deploy
-
Open the AWS Console and the stack should be created in your default region
-
Cleanup
npx aws-cdk destroy