Skip to content

Commit adc478d

Browse files
committed
load environment variables to give S3 debugging #128
1 parent cf2e7f3 commit adc478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// require("env2")(".env");
1+
require("env2")(".env");
22
const debug = require("./lambda/debug.js");
33

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

0 commit comments

Comments
 (0)