Skip to content

Commit

Permalink
Merge pull request #29 from fabidick22/test-feat
Browse files Browse the repository at this point in the history
fix: Update logs
  • Loading branch information
fabidick22 committed Oct 14, 2020
2 parents d964e01 + ae40727 commit d55388f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers/get-data/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
let response;

exports.lambdaHandler = async (event, context) => {
console.info(JSON.parse(context))
console.info(event)
console.info(context)
try {
response = {
'statusCode': 200,
Expand Down

0 comments on commit d55388f

Please sign in to comment.