examples icon indicating copy to clipboard operation
examples copied to clipboard

chore: Replace aws-lambda with @types/aws-lambda

Open astuyve opened this issue 1 year ago • 1 comments

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

astuyve avatar Apr 13 '24 13:04 astuyve

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

github-actions[bot] avatar Apr 13 '24 13:04 github-actions[bot]