Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: remove aws-lambda dependency #781

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

Successfully merging this pull request may close these issues.

None yet

1 participant