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

support for HTTP api gateway #274

Merged
merged 14 commits into from
Mar 27, 2020
Merged

support for HTTP api gateway #274

merged 14 commits into from
Mar 27, 2020

Commits on Mar 25, 2020

  1. support for HTTP api gateway

    Shashank Sachan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0dfe007 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. payload keys and struct rename

    Shashank Sachan committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bb539c3 View commit details
    Browse the repository at this point in the history
  2. field adds

    Shashank Sachan committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b91f3b5 View commit details
    Browse the repository at this point in the history
  3. APIGatewayV2HTTPRequest struct name update

    Shashank Sachan committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    553f1ec View commit details
    Browse the repository at this point in the history
  4. de-serialization test case for new v2 http

    Shashank Sachan committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d49c60f View commit details
    Browse the repository at this point in the history
  5. log update

    Shashank Sachan committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    beedf53 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Remove RouteID - it's not present in the payload

    Shashank Sachan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    38b12d6 View commit details
    Browse the repository at this point in the history
  2. test case update

    Shashank Sachan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1c5fc59 View commit details
    Browse the repository at this point in the history
  3. Update apigw.go

    bmoffatt authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    29971ef View commit details
    Browse the repository at this point in the history
  4. Update apigw.go

    Had a chat with one of the gateway devs, who pointed out that the shape of Authorizer wouldn't be extensible for future shapes of authorizers
    bmoffatt authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    d91bc1b View commit details
    Browse the repository at this point in the history
  5. Update apigw.go

    bmoffatt authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ad89606 View commit details
    Browse the repository at this point in the history
  6. Update apigw_test.go

    bmoffatt authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    d929547 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c276045 View commit details
    Browse the repository at this point in the history
  8. Update apigw.go

    bmoffatt authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ddfdf08 View commit details
    Browse the repository at this point in the history