We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like APIGatewayProxyRequestEvent$RequestContext has missing following properties:
APIGatewayProxyRequestEvent$RequestContext
extendedRequestId requestTime protocol requestTimeEpoch
The text was updated successfully, but these errors were encountered:
And domainName as well.
Sorry, something went wrong.
Add missing fields to API Gateway request context:
8c37e8d
* extendedRequestId * requestTime * requestTimeEpoch * domainName * protocol * connectionId * routeKey * messageId * eventType * messageDirection * connectedAt Fixes issues aws#88 aws#76 aws#71 aws#41
Hey @marcinczeczko - WebSocket API fields were added and released as part of aws-lambda-java-events version 2.2.7 (ref. APIGatewayV2ProxyRequestEvent).
aws-lambda-java-events
2.2.7
No branches or pull requests
Looks like
APIGatewayProxyRequestEvent$RequestContext
has missing following properties:The text was updated successfully, but these errors were encountered: