full-stack-serverless-cdk icon indicating copy to clipboard operation
full-stack-serverless-cdk copied to clipboard

hello. ts will give error

Open bashiraziz opened this issue 3 years ago • 0 comments

To fix the error in the hello.ts file, I had to install the package:

npm install --save @types/aws-lambda

This package contains type definitions for AWS Lambda

https://www.npmjs.com/package/@types/aws-lambda

bashiraziz avatar Dec 27 '20 00:12 bashiraziz