Giter VIP home page Giter VIP logo

Comments (8)

harleyguru avatar harleyguru commented on September 1, 2024

btw, this is working well on my local machine(macOS 10.13.1) and I've confirmed.
But when we deploy it on Lambda, it's not working.

from amazon-mws.

bhushankummar avatar bhushankummar commented on September 1, 2024

@harleyguru
Kindly debug it on Lambda whether this value is coming or not process.env.ACCESS_KEY_ID and process.env.SECRET_ACCESS_KEY.
This should come during intiatlization of the library.

consoel.log('process.env.ACCESS_KEY_ID, process.env.SECRET_ACCESS_KEY' , process.env.ACCESS_KEY_ID, process.env.SECRET_ACCESS_KEY);
var mws = require('amazon-mws')(process.env.ACCESS_KEY_ID, process.env.SECRET_ACCESS_KEY);

from amazon-mws.

harleyguru avatar harleyguru commented on September 1, 2024

Oh @bhushankumarl Thanks for your suggestion,
I will try and find the problem.

from amazon-mws.

harleyguru avatar harleyguru commented on September 1, 2024

@bhushankumarl , this is the issue with this module itself.
I am getting correct passed env values on Lambda function.
This is really weird issue...
Please help me.

from amazon-mws.

harleyguru avatar harleyguru commented on September 1, 2024

@bhushankumarl

var MWS = require('amazon-mws');

module.exports.handler = async event => {
    console.log(JSON.stringify(event));

    return;
}

I deploy my Lambda function with only this simple code.
I just tried to import only amazon-mws module.
But getting same error on Lambda...

START RequestId: 2d9e9eef-157a-497a-95f0-e579d83b0206 Version: $LATEST
module initialization error: Error
    at Object.Module._extensions..node (module.js:681:18)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at bindings (/var/task/functions/node_modules/bindings/bindings.js:81:44)
    at Object.<anonymous> (/var/task/functions/node_modules/node-expat/lib/node-expat.js:4:32)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
END RequestId: 2d9e9eef-157a-497a-95f0-e579d83b0206
REPORT RequestId: 2d9e9eef-157a-497a-95f0-e579d83b0206  Duration: 96.89 ms      Billed Duration: 100 ms         Memory Size: 128 MBMax Memory Used: 22 MB

This is the error I am getting.
It seems node-expat&node-gyp sub-modules have some issues.
You don't see this error on Lambda?

from amazon-mws.

raymatos avatar raymatos commented on September 1, 2024

What was the solution here?

from amazon-mws.

harleyguru avatar harleyguru commented on September 1, 2024

@raymatos
node-expat & node-gyp modules were native packages deeply related with running OS.
That means you need to install them on the acctually deployed OS environment.

In my case, I deploy and run my app on Lambda.
The solution is to dockerize.

from amazon-mws.

raymatos avatar raymatos commented on September 1, 2024

Can you post your dockerfile?

from amazon-mws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.