https://github.com/davyzhang/agw
A small library I used for many of my projects. When I use aws lambda to handle the requests from apigateway, it is pretty annoying to handle different requests with a single lambda function due to the fact that apigateway does not pass all the HTTP information as http.Request. Instead, it uses a JSON object to store all the relevant information. So, I write this library to convert it back to a http.Request. Hope this can help some of you guys who have the similar problems. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.