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
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