You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aws node sdk supports configuration via environment variables [1].
Sadly I think that by the way you default values to "" with your call to AWS.Lambda means that the sdk does not attempt to look at these environment variables and instead you get a credentials error.
I did not try environment variables, but I have my AWS credentials in ~/.aws/credentials, and am able to use this library to deploy just fine. So I'm not sure whether the "" default is causing any problems. I'm using [email protected].
The aws node sdk supports configuration via environment variables [1].
Sadly I think that by the way you default values to "" with your call to AWS.Lambda means that the sdk does not attempt to look at these environment variables and instead you get a credentials error.
[1] http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html
The text was updated successfully, but these errors were encountered: