Skip to content

Commit 10346dc

Browse files
authored
Merge pull request #36 from fabidick22/feature
feat: update feature
2 parents f9749c4 + f10d97b commit 10346dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/get-data/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports.lambdaHandler = async (event, context) => {
88
response = {
99
'statusCode': 200,
1010
'body': JSON.stringify({
11-
message: 'get data',
11+
message: 'get data!',
1212
location: requestContext.stage
1313
})
1414
}

0 commit comments

Comments
 (0)