We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcf430 commit 729025aCopy full SHA for 729025a
src/LambdaCodeGenerator.js
@@ -21,7 +21,7 @@ export default class LambdaCodeGenerator {
21
}
22
23
loadTemplate() {
24
- return fs.readFileSync('./lib/lambda_template/index.js.ejs').toString()
+ return fs.readFileSync(`${__dirname}/../lib/lambda_template/index.js.ejs`).toString()
25
26
27
serializeLambda() {
0 commit comments