Mohd Faiz Hasim

Results 8 comments of Mohd Faiz Hasim

I am transpiling using webpack, but targeting for node (not browser). I'm getting the following error: ``` fs.js:954 binding.fstat(fd, statValues); ^ Error: EBADF: bad file descriptor, fstat at Object.fs.fstatSync (fs.js:954:11)...

My workaround for this is to treat jsonpath as an external, thus it will be loaded from `node-modules`, instead of bundled together by webpack. Read more at https://webpack.github.io/docs/configuration.html#externals. My webpack...

Is there any plan/timeline to resolve this? Let us know if I can help to make PR etc. ~I am not familiar with this `bucketId` property. But I was comparing...

Dev in our team also figure out that as long as you pass the multiLocator, even with ab="" (empty string), it would work too. But, not sure whether that's intended...

Btw, we use optimizely plugin during serverless 0.5, then went for webpack plugin when migrating to serverless 1.0-beta. Looking forward to use browserify again with this plugin. ❤️

> What is yarn.lock? Is it just some arbitrary file? We are using [yarn](https://yarnpkg.com/en/) instead of NPM to manage the dependencies. It spits out `yarn.lock`, similar to Gem lock or...

I rewrote the code in ES5, supported natively by node 4.3 and remove babelify transformation. I still run into the same problem. If I totally remove browserfiy, it works fine....

Similarly for other parameters. I got this: `UnexpectedParameter: Unexpected key 'PointInTimeRecoverySpecification' found in params`. I reckon a fix can be done similarly to https://github.com/99xt/serverless-dynamodb-local/pull/168/files#diff-168726dbe96b3ce427e7fedce31bb0bcR283.