We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9749c4 commit f10d97bCopy full SHA for f10d97b
src/handlers/get-data/app.js
@@ -8,7 +8,7 @@ exports.lambdaHandler = async (event, context) => {
8
response = {
9
'statusCode': 200,
10
'body': JSON.stringify({
11
- message: 'get data',
+ message: 'get data!',
12
location: requestContext.stage
13
})
14
}
0 commit comments