Skip to content
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

Add missing fields to API Gateway request context: #93

Closed
wants to merge 5 commits into from

Conversation

lucasam
Copy link

@lucasam lucasam commented Jul 28, 2019

Issue #, if available:
#88
#76
#71
#41

Description of changes:
Adds to ProxyRequestContext missing fields from normal API Gateway calls. Plus fields related to Websockets.
Field Names:

  • extendedRequestId
  • requestTime
  • requestTimeEpoch
  • domainName
  • domainPrefix
  • protocol
    * connectionId
    * routeKey
    * messageId
    * eventType
    * messageDirection
    * connectedAt

Websocket related fields were adressed at #92

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

lucasam added 5 commits July 28, 2019 17:01
 * 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

@lucasam is this PR still relevant given that APIGatewayV2ProxyRequestEvent was added?

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

Successfully merging this pull request may close these issues.

3 participants