Deploying a Go app using Fuego to a Lambda
I have a issue deploying a Go application that uses fuego as a router and handling middleware. Is it possible to use fuego when deploying a go application to Lambda?
Golang get Http method from events.APIGatewayProxyRequest
I am implementing a Lambda in Go that needs to be able to access the HttpMethod (type) (ie. GET, POST, etc.). This is due to the need to use a switch statement in the Handler to access the correct function.