Skip to content

Missing fields in APIGatewayProxyRequestEvent$RequestContext class #88

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

Closed
marcinczeczko opened this issue Apr 17, 2019 · 2 comments
Closed

Comments

@marcinczeczko
Copy link

Looks like APIGatewayProxyRequestEvent$RequestContext has missing following properties:

extendedRequestId
requestTime
protocol
requestTimeEpoch
@Clifnich
Copy link

And domainName as well.

lucasam pushed a commit to lucasam/aws-lambda-java-libs that referenced this issue Jul 28, 2019
 * extendedRequestId
 * requestTime
 * requestTimeEpoch
 * domainName
 * protocol
 * connectionId
 * routeKey
 * messageId
 * eventType
 * messageDirection
 * connectedAt
 Fixes issues
 aws#88
 aws#76
 aws#71
 aws#41
@carlzogh
Copy link
Contributor

Hey @marcinczeczko - WebSocket API fields were added and released as part of aws-lambda-java-events version 2.2.7 (ref. APIGatewayV2ProxyRequestEvent).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants