Skip to content

Commit

Permalink
attempt to debug event ... #128
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 4, 2024
1 parent adc478d commit 7812af4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ require("env2")(".env");
const debug = require("./lambda/debug.js");

exports.handler = function handler (event, context, callback) {
console.log(event);
debug(event);
debug(context);
console.log('hello')
return callback(null, event);
}

0 comments on commit 7812af4

Please sign in to comment.