examples
examples copied to clipboard
chore: Replace aws-lambda with @types/aws-lambda
aws-lambda is a poorly-named package which is a CLI tool to deploy Lambda functions and includes heavy dependencies (the entire v2 aws-sdk).
It also incidentally includes types for Lambda events.
The correct package for Lambda event types is @types/aws-lambda as per the docs.
This PR adds the correct devDependency and removes the dependency on aws-lambda
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-example-tests on the PR