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 198 forks source link

Add support for http.HandlerFunc #1

Closed dave-malone closed 6 years ago

dave-malone commented 6 years ago

I am currently working on a PR to provide support for http.HanlderFunc similar to the support that was written for Gin

sapessi commented 6 years ago

Resolving since pull #9 is merged