Skip to content

Commit

Permalink
Merge pull request #28 from fabidick22/test-feat
Browse files Browse the repository at this point in the history
feat: Add logs
  • Loading branch information
fabidick22 authored Oct 14, 2020
2 parents 899697f + 249f9b0 commit 9ba9ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/get-data/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
let response;

exports.lambdaHandler = async (event, context) => {
console.info(JSON.parse(context))
try {
response = {
'statusCode': 200,
'body': JSON.stringify({
message: 'get data',
// location: ret.data.trim()
})
}
} catch (err) {
Expand Down

0 comments on commit 9ba9ca2

Please sign in to comment.