Add APIGateway event for http payload version 2.0 by bmoffatt · Pull Request #123 · aws/aws-lambda-java-libs
Navigation Menu
{{ message }}
aws / aws-lambda-java-libs Public
- Notifications You must be signed in to change notification settings
- Fork 240
Merged
Add APIGateway event for http payload version 2.0#123
bmoffatt merged 1 commit intoaws:masterfrom
Add APIGateway event for http payload version 2.0#123
bmoffatt merged 1 commit intoaws:masterfrom
Conversation
Copy link Copy Markdown
Contributor
bmoffatt
commented
May 5, 2020
bmoffatt
commented
Description of changes:
- aws docs reference: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- equivalent types in other runtimes
This change also introduces a build-time dependency on lombok for code-generation.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
bmoffatt
requested review from
carlzogh and
mukhtar
bmoffatt
marked this pull request as ready for review
carlzogh reviewed May 5, 2020
...events/src/main/java/com/amazonaws/services/lambda/runtime/events/APIGatewayV2HTTPEvent.java
Outdated
Show resolved
Hide resolved
...events/src/main/java/com/amazonaws/services/lambda/runtime/events/APIGatewayV2HTTPEvent.java Outdated Show resolved Hide resolved
bmoffatt
force-pushed
the
master
branch
from
52aa088 to
adcdd75
Compare
bmoffatt
force-pushed
the
master
branch
from
adcdd75 to
f51628b
Compare
carlzogh approved these changes May 20, 2020
bmoffatt
merged commit
a2a327c
into
aws:master
This was referenced
May 20, 2020carlzogh pushed a commit to carlzogh/aws-lambda-java-libs that referenced this pull request
May 20, 2020raupachz pushed a commit to raupachz/aws-lambda-java-libs that referenced this pull request
Dec 1, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment