Skip to content

Commit

Permalink
load environment variables to give S3 debugging #128
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 4, 2024
1 parent cf2e7f3 commit adc478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// require("env2")(".env");
require("env2")(".env");
const debug = require("./lambda/debug.js");

exports.handler = function handler (event, context, callback) {
Expand Down

0 comments on commit adc478d

Please sign in to comment.