serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

chore: remove aws-lambda dependency #781

Open 43081j opened 7 months ago

43081j commented 7 months ago

The aws-lambda package is actually a CLI, unrelated to imports of the "aws-lambda" path.

At run-time, AWS will make the aws-lambda module available (meaning it doesn't need to be installed as an NPM dependency, and can't be).

The @types/aws-lambda package does however provide types for the actual aws-lambda module.