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

Remove pointless packages and create test for all supported frameworks #85

Open abemedia opened 3 years ago

abemedia commented 3 years ago

Issue #, if available: n/a

Description of changes:

The majority of packages in this repo are kind of pointless as all those frameworks implement the http.Handler interface. This PR removes them and instead adds tests to the httpadapter package for each supported framework.

Migration is as simple as replacing the package name.

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

sapessi commented 3 years ago

This is a major breaking change. We will consider it for a major release of the framework