Skip to content

Commit

Permalink
feat: update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Oct 14, 2020
1 parent f9749c4 commit f10d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/get-data/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.lambdaHandler = async (event, context) => {
response = {
'statusCode': 200,
'body': JSON.stringify({
message: 'get data',
message: 'get data!',
location: requestContext.stage
})
}
Expand Down

0 comments on commit f10d97b

Please sign in to comment.