Fabrizio Zaffarana

Results 6 comments of Fabrizio Zaffarana

same problem with node v8.4.0 ``` (node:1790) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'num_values' of null (node:1790) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In...

@chazzmoney how do you upgrade it manually?

@aib-nick can you give me more information about your work with aws lambdas & the module? I'm getting this error: module initialization error: Error at Object.Module._extensions..node i guess that it...

@aib-nick thank you first of all for the help. I can see that we have similar lambdas (this is good). (i'm going to take your trick => 'give s3 the...

Same. I had some problems implementing js in serverless, because there isn't enough information about it. Any good source for that?

Hi! I had the same issue with s3 + restore function, so this was my workaround: ``` const AWS = require('aws-sdk'); // Environment const { AWS_REGION } = process.env; AWS.config.update({...