-
Notifications
You must be signed in to change notification settings - Fork 239
API Gateway ProxyRequestEvent and Context missing key value pairs #41
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
Comments
In addition the key/value for '$context.authorizer' and '$context.authorizer.*' others as well. |
I am having the same issue.. seeing $context.requestTimeEpoch as blank... |
The aws-serverless-java-container-core package has a |
Hey @tauriello, support for API Gateway WebSocket API events was released in version These V2 models include the fields you're looking for: |
In the APIGatewayProxyRequestEvent pojo the key/value for '$context.requestTimeEpoch' (Reference) does not exist. Also appears to be the same for '$context.requestTime'.
The text was updated successfully, but these errors were encountered: