Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Replace aws-lambda with @types/aws-lambda (#1631)
`aws-lambda` is a [poorly-named package](https://www.npmjs.com/package/aws-lambda) 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](https://docs.aws.amazon.com/lambda/latest/dg/typescript-handler.html). This PR adds the correct devDependency and removes the dependency on `aws-lambda` Co-authored-by: Richard Shade <[email protected]>
- Loading branch information