()
| 13 | } |
| 14 | |
| 15 | func init() { |
| 16 | } |
| 17 | |
| 18 | func handleRequest(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) { |
| 19 | resp := &response{ |
nothing calls this directly
no outgoing calls
no test coverage detected