Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenn committed Apr 8, 2019
1 parent 459b202 commit c8e544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export function handler(event, context, callback) {
console.log('queryStringParameters', event.queryStringParameters);
callback(null, {
statusCode: 200,
body: JSON.stringify({ msg: 'Hello, World!', ...obj })
body: JSON.stringify(event['headers'])
});
}

0 comments on commit c8e544e

Please sign in to comment.