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

Bump patch version of lambda-http #556

Merged

Commits on Oct 27, 2022

  1. Bump patch version of lambda-http

    This commit updates the version of `lambda-http` to 0.7.1. The crate now
    depends on `aws-lambda-events` 0.7.2 or higher whereas it previously
    depended on that of ^0.7. This crate currently does not compile against
    `aws-lambda-events` 0.7.0 or 0.7.1. In `aws-lambda-events` 0.7.0, the module
    `query_map` is private when it should be public for `lambda-http` to compile.
    Similarly, in `aws-lambda-events` 0.7.1, the trait bound `QueryMap: FromStr`
    is not satisfied so `lambda-http` does not compile either.
    Saito committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e85a421 View commit details
    Browse the repository at this point in the history