Easily mock aws-sdk API methods to enable easier testing of applications which use the AWS SDK for JavaScript
I'm trying to write a unit test using aws-sdk-mock's promise support. I'm using DocumentClient. My code looks like this: const …
node.js aws-sdk aws-sdk-mockI have an async lambda, which performs an async SQS sendMessage request. The SQS queue is a standard queue, not …
javascript node.js aws-lambda amazon-sqs aws-sdk-mockI have a function which is accessing multiple aws resources and now need to test this function, but I don't …
node.js amazon-web-services mocha.js chai aws-sdk-mock