Mohd Faiz Hasim

Results 3 issues of Mohd Faiz Hasim

## Problem If `package.include` is not defined in the `serverless.yml`, the following error will be returned: ``` TypeError: Cannot read property 'length' of undefined at GlobAll.globNext (/Users/faizhasim/dev/github/serverless-dynamic-dynamodb/node_modules/glob-all/glob-all.js:84:20) at GlobAll.run (/Users/faizhasim/dev/github/serverless-dynamic-dynamodb/node_modules/glob-all/glob-all.js:78:8)...

I am requiring a module [provision-dynamodb]() in my serverless project (in which I'm one of the authors, so I can make changes to that module, if needed). Execution in lambda...