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 Gorilla Mux #5

Closed dave-malone closed 6 years ago

dave-malone commented 6 years ago

The Gorilla Web Toolkit is another popular package, similar to Gin. I will be creating a PR to add support for the Gorilla Mux package.

http://www.gorillatoolkit.org/pkg/mux

sapessi commented 6 years ago

Resolving since pull #9 is merged