Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed9d7d0

Browse files
committed
test
1 parent 73046a4 commit ed9d7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambda/hello.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export function handler(event, context, callback) {
33
console.log('queryStringParameters', event.queryStringParameters)
44
callback(null, {
55
statusCode: 200,
6-
body: JSON.stringify({ msg: 'Hello, World!' }),
6+
body: JSON.stringify({ msg: 'Hello Tiago!' }),
77
})
88
}

0 commit comments

Comments
 (0)