Added amazon folder and changed body of JSON return

This commit is contained in:
emirbarucija
2018-05-17 15:42:40 +02:00
parent f13c7701dc
commit dcb2339404
3 changed files with 104 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ func Handler() (events.APIGatewayProxyResponse, error) {
e.Start(":1500")
return events.APIGatewayProxyResponse{
Body: b,
Body: string(b[:]),
StatusCode: 200,
}, nil
}