Thanks to visit codestin.com Credit goes to github.com
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 73046a4 commit ed9d7d0Copy full SHA for ed9d7d0
src/lambda/hello.js
@@ -3,6 +3,6 @@ export function handler(event, context, callback) {
3
console.log('queryStringParameters', event.queryStringParameters)
4
callback(null, {
5
statusCode: 200,
6
- body: JSON.stringify({ msg: 'Hello, World!' }),
+ body: JSON.stringify({ msg: 'Hello Tiago!' }),
7
})
8
}
0 commit comments