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

Recommendation: Move framework specific adapters out of the package #92

Open zoltanarvai opened 3 years ago

zoltanarvai commented 3 years ago

I think we should move out the adapters into separate repos and keep this repository clean and focusing only on the core. The maturity and capability of this lib should not be determined by the availability and readiness of individual bindings. All this lib should do is the core maintained.

It would be simply easier to maintain the individual adapters.