[go-nuts] [ANN] Rapid API tool: AWS Lambda + API Gateway + Go (Aegis)

2017-01-19 Thread Tom Maiaroto
Hi all, I've advertised this tool and wrote a blog post about it even, but never really announced it here or in Slack. I thought a forum would be a better place for feedback than Twitter or something so I figured I'd post here. You can find the project here: https://github.com/tmaiaroto/aegis

[go-nuts] Re: [ANN] Rapid API tool: AWS Lambda + API Gateway + Go (Aegis)

2017-01-19 Thread Tom Maiaroto
Yes, you still need to use a wrapper of some sort. I chose Node.js, but am also thinking about using Python to see which is faster. That said, your Go Lambdas will typically (in every example of substance I've seen) will run faster than Node.js Lambdas. The wrapper is a bummer from an implementa