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 chi support #12

Closed mborromeo closed 6 years ago

mborromeo commented 6 years ago

Issue #, if available: N/A

Description of changes: Added support for chi framework. Nothing too complicated as i took the gin adapter and made a very similar one for chi.

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

sapessi commented 6 years ago

Thank you! Merged.