Categorygithub.com/jamesjj/line-bot-go/linelambda
modulepackage
0.0.3
Repository: https://github.com/jamesjj/line-bot-go.git
Documentation: pkg.go.dev

# 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.