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

Commits on Apr 13, 2024

  1. chore: remove aws-lambda dependency

    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.
    43081j committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    362fbb4 View commit details
    Browse the repository at this point in the history