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 2865427 commit 988efdaCopy full SHA for 988efda
src/handlers/get-data/app.js
@@ -6,7 +6,7 @@ exports.lambdaHandler = async (event, context) => {
6
response = {
7
'statusCode': 200,
8
'body': JSON.stringify({
9
- message: 'hello world',
+ message: 'get data',
10
// location: ret.data.trim()
11
})
12
}
0 commit comments