Hi!
Could you tell me something about that deployment error?
Serverless: Invoke aws:common:validate
Serverless: Invoke aws:deploy:deploy
Range Error --------------------------------------------
Array buffer allocation failed
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Stack Trace --------------------------------------------
RangeError: Array buffer allocation failed
at new Uint8Array (native)
at createBuffer (buffer.js:68:17)
at allocate (buffer.js:216:12)
at Function.Buffer.allocUnsafe (buffer.js:176:10)
at tryCreateBuffer (fs.js:468:21)
at Object.fs.readFileSync (fs.js:513:14)
at zipFilePaths.map (/home/ubuntu/.nvm/versions/node/v6.0.0/lib/node_modules/serverless/lib/plugins/aws/deploy/lib/checkForChanges.js:96:28)
at Array.map (native)
at AwsDeploy.checkIfDeploymentIsNecessary (/home/ubuntu/.nvm/versions/node/v6.0.0/lib/node_modules/serverless/lib/plugins/aws/deploy/lib/checkForChanges.js:94:42)
I tried to resize de memorySize at serverless.yml but didn´t work, I think maybe is caused by the zip file that is trying to upload to aws (130M).
Regards!
Roberto