Skip to content

Commit

Permalink
Merge pull request #36 from fabidick22/feature
Browse files Browse the repository at this point in the history
feat: update feature
  • Loading branch information
fabidick22 authored Oct 14, 2020
2 parents f9749c4 + f10d97b commit 10346dc
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 10346dc

Please sign in to comment.