Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 448 Bytes

File metadata and controls

29 lines (19 loc) · 448 Bytes

Lambda Function Example in AWS CDK - Complete Guide

A repository for an article on bobbyhadz.com

How to Use

  1. Clone the repository

  2. Install the dependencies

npm install
  1. Create the CDK stack
npx cdk deploy
  1. Open the AWS CloudFormation Console and the stack should be created in your default region

  2. Cleanup

npx cdk destroy