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

Update to make it compatible with latest Iris and Echo #71

Closed kataras closed 4 years ago

kataras commented 4 years ago

Update to use the latest dependencies. This was a simple task but a required one if you want Iris and Echo users to continue use this package; this package used the prior-go modules paths for both iris( github.com/kataras/iris instead of github.com/kataras/iris/v12) and echo(github.com/labstack/echo instead of github.com/labstack/echo/v4).

This fix applies to: https://github.com/awslabs/aws-lambda-go-api-proxy/issues/70#issuecomment-664499792

@RaeesBhatti please accept this PR as soon as possible, update your README to require latest Go release if necessary. Thank you a lot.

CC @adam-debkowski @yogeshlonkar @zkozniak @quentinselle


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