Conversation

43081j

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 . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@43081j