awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.04k stars 197 forks source link

Support for 2.0 payload format #80

Closed itmeze closed 3 years ago

itmeze commented 3 years ago

Issue #, if available:

60

Description of changes: Adds support for 2.0 payload format. This is basically a copy of what was done for 1.0 payload format.

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

362228416 commented 3 years ago

up

362228416 commented 3 years ago

how to use?

362228416 commented 3 years ago

Content-Type has a problem,not support text/html.

rmanzoku commented 3 years ago

any update?

nguyengg commented 3 years ago

What needs be done to get this PR merged?