Skip to content

chore: remove aws-lambda dependency #781

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

43081j
Copy link

@43081j 43081j commented Apr 13, 2024

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.

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.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant