Skip to content

Commit 67d551f

Browse files
committed
update with debug output
1 parent 25f5c21 commit 67d551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func handler(request events.APIGatewayProxyRequest) (events.APIGatewayProxyRespo
1111
fmt.Println("Hello world")
1212

1313
return events.APIGatewayProxyResponse{
14-
Body: "Hello world",
14+
Body: fmt.Sprintf("%+v\n", request),
1515
StatusCode: 200,
1616
}, nil
1717
}

0 commit comments

Comments
 (0)