Master Creating and Deploying Lambda Functions with AWS CDK
We'll be writing our first lambda function. In order to do that, let's run:
npm install --save @aws-cdk/aws-lambda
Since we are using typescript we'll also:
npm install --save @types/aws-lambda
๐ We needed to install aws-lambda separately becaus...
nothanii.hashnode.dev3 min read