Jack Lam
Jack Lam
I could submit pull request if you agree my proposal.
Ok. Thanks for the quick reply.
But why not just require('aws-sdk') from dynamodb.js directly? It can solve this issue. And, I think [serverless](https://serverless.com/) and [serverless-webpack](https://github.com/serverless-heaven/serverless-webpack) quite famous maybe other people will have same issue...
What about do something like this? ##### dynamodb.js ``` var util = require('util'); var Store = require('../base'); var _ = require('lodash'); var async = require('async'); var dbg = require('debug'); try...
Because I don't want other people like me. having same issue and spend few hours to investigate 😛 Really appreciate your quick reply 😀
Because AWS Lambda doesn't support ES6. And, [serverless-webpack](https://github.com/serverless-heaven/serverless-webpack) is official plugin 😶
btw, finally I solved the issue by using babel because babel only do transpile.
@vaibhav6233m still getting permission after you change port to 1025?
@ozmaat Can you see `libBVLinearGradient` on Xcode `Linked Frameworks and Libraries` section?
@Un3qual Thanks