Top "Aws-sdk-mock" questions

Easily mock aws-sdk API methods to enable easier testing of applications which use the AWS SDK for JavaScript

Mocking using aws-sdk-mock's promise support with DocumentClient

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-mock
Testing async SQS sendMessage

I 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-mock
How to write unit test for the function which is accessing aws resources?

I 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