# Functions
Takes the `APIGatewayProxyRequest` event provided by AWS Lambda and returns a pointer to a http.Request that is compatible with the Line Bot SDK's `ParseRequest` function.
A helper that returns a standard response for the API Gateway (A http/200 response is usually suitable for web hook calls) The string and error parameters are logged if non-empty/non-nil.