alexbondify
Results
2
comments of
alexbondify
```js module.exports = { //... externals: [nodeExternals(), /^\/opt/, 'aws-sdk'] // exclude Lambda Layers //... }; ```
resolved by changing from `module.exports` to `exports`