We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f5c21 commit 67d551fCopy full SHA for 67d551f
1 file changed
main.go
@@ -11,7 +11,7 @@ func handler(request events.APIGatewayProxyRequest) (events.APIGatewayProxyRespo
11
fmt.Println("Hello world")
12
13
return events.APIGatewayProxyResponse{
14
- Body: "Hello world",
+ Body: fmt.Sprintf("%+v\n", request),
15
StatusCode: 200,
16
}, nil
17
}
0 commit comments