aws-esm-modules-layer-support
aws-esm-modules-layer-support copied to clipboard
Hi there, just wondering where does the `new Directory` call comes from in the guideline. ``` const directory = new Directory(this, 'directory', { baseDir: dir }); ``` Like, is it...
@vibe I would like to thank you for your solution, it works! Because of that I made a plugin for those who use serverless. Follow the link: https://www.npmjs.com/serverless-esm-layer
I was just trying this solution myself, and I couldn't get it to work. It appears to me that the layer's `node_modules` has changed location from: ``` /opt/nodejs/node_modules ``` To:...
I am trying to migrate ES5 Nodejs lambda to ES6. It works fine with normal function but doesn't work with lambda layers. We are not using CDK, but basic SAM...