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

Drop Iris #81

Open earthboundkid opened 3 years ago

earthboundkid commented 3 years ago

Iris is basically a weird scam of some kind. You should just drop it. It already caused #70 because the developer is always using weird sock puppets and force pushes to make the project look active (why?). I’m sure he’s going to get a lot of sock puppets to complain, but all the more reason to cut it loose while you can.

mrusme commented 3 years ago

To provide further context to this issue: It was pointed out to me today to drop Iris in one of my projects as well. There are a handful of links on this topic, detailing the issues people have had with the project and especially the maintainer.

Unfortunately the aws-lambda-go-api-proxy still seems to depend on Iris dependencies. #92 would probably solve this issue for most people, though.