Top "Aws-sdk-js" questions

The official AWS SDK for JavaScript provides an API to many AWS services, including: S3, SNS, SQS, EC2, Route53, etc.

Is there a way to invoke AWS Lambda synchronously from node.js?

I'm trying to run a specific function from an existing app via AWS Lambda, using the JS SDK to invoke …

node.js amazon-web-services asynchronous aws-lambda aws-sdk-js