beardon / mws-api

Amazon Marketplace Web Services client for Node.js.
79 stars 55 forks source link

Change xml2json by a pure node implementation #65

Closed karloscodes closed 7 years ago

karloscodes commented 7 years ago

This pull request removes a native dependency causing lots of trouble while trying to deploy to AWS Lambda.

dciccale commented 7 years ago

@ccverak Thanks, this will be solved by unifying all xml dependences into xml2js, is already under review on PR https://github.com/beardon/mws-api/pull/75

We may close this if you are ok on this.

Version 3 should have a lot lighter dependencies directory making uploads to aws lambda faster.