Added amazon folder and changed body of JSON return
This commit is contained in:
@@ -56,7 +56,7 @@ func Handler() (events.APIGatewayProxyResponse, error) {
|
||||
e.Start(":1500")
|
||||
|
||||
return events.APIGatewayProxyResponse{
|
||||
Body: b,
|
||||
Body: string(b[:]),
|
||||
StatusCode: 200,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user