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

Add support for Negroni #6

Closed dave-malone closed 6 years ago

dave-malone commented 6 years ago

I will be working on adding support for Negroni, similar to the current Gin adapter

https://github.com/urfave/negroni

sapessi commented 6 years ago

Resolving since pull #9 is merged