Gary Arora

Results 23 comments of Gary Arora

My AWS credentials are defined as a profile in ~/.aws/credentials file. And I'm referencing these credentials under provider. ``` provider: name: aws runtime: nodejs6.10 profile: myAwsCreds ``` This works when...

Yes, I'm using that sample. Try to reproduce it. Make sure you don't have any default credentials defined in your ~/.aws/credentials file and are instead using [profiles]. ~/.aws/credentials ``` [myawscreds]...

From within the app as in within your VM or EC2? Do you have internet access from this machine? Try pinging that URL through the terminal.

Thank you, I'll check it out!

ok, let me look into this one next.

Were you unable to run the program locally on your machine? The error above indicates that node_modules folder was not included in the package uploaded to Lambda.

Not sure I understand. Is there an issue with the latest update?

Sure, please issue a PR with support and I'll look at it.

I'm looking into v3 and evaluating the value and the rework necessary. Want to ensure any update to this package is backwards compatible.