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.05k stars 197 forks source link

Adding support for http.HandlerFunc #4

Closed dave-malone closed 6 years ago

dave-malone commented 6 years ago

Issue #, if available: https://github.com/awslabs/aws-lambda-go-api-proxy/issues/1

Description of changes: Added support for use of standard Golang http.HandlerFunc, similar to the adapter built for Gin

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

dave-malone commented 6 years ago

Closing PR for now; will submit one big PR with support for http.HandlerFunc, Gorilla Mux, and Negroni