aws / aws-lambda-java-libs

Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

Home Page:https://aws.amazon.com/lambda/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add missing fields to APIGatewayProxyRequestEvent.ProxyRequestContext

sholababalola opened this issue · comments

Per AWS documentation, requestTimeEpoch and other fields should be in ProxyRequestContext
https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html

Awaiting v4 release.