mentum / lambdaws

Deploy, run and get results from Amazon AWS Lambda in a breeze

Home Page:http://mentum.github.io/lambdaws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CredentialsError: Missing credentials in config

dsdenes opened this issue · comments

// accessKey and secretKey parameters must be provided in the root of the settings object

lambdaws.config({
accessKey: '',
secretKey: ''
});

// instead of

lambdaws.config({
credentials: {
accessKey: '',
secretKey: ''
},
});

Can you clarify why they need to be at the root level? Please see lambdaws.js line 64-66.

@dsdenes I am closing this issue as we can't reproduce it without your input. Please reopen with appropriate reproduction steps if you are experiencing an issue.