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

Support for Lambda Payload version 2.0 #273

Closed
realharry opened this issue Mar 22, 2020 · 2 comments
Closed

Support for Lambda Payload version 2.0 #273

realharry opened this issue Mar 22, 2020 · 2 comments

Comments

@realharry
Copy link

Is your feature request related to a problem? Please describe.

AWS recently announced GA for "HTTP API" for API Gateway, which supports a newer JSON format for Lambda Payload. It'll be nice if we can use aws-lambda-go with HTTP API/Lamda payload format 2.0.

Describe the solution you'd like

An optional flag to use version 2 vs version 1 formats.

Describe alternatives you've considered

N/A

Additional context

Relevant blog post: https://aws.amazon.com/blogs/compute/building-better-apis-http-apis-now-generally-available/

@shashank-sachan
Copy link
Contributor

+1
I was also looking for the new payload support like requestContext.routeKey and other key pairs.

@bmoffatt
Copy link
Collaborator

Implemented by #274

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