Can sinon mock a connection call to AWS DynamoDB on Amazon web services?
I have an endpoint in API Gateway which is mapped to a Lambda function in AWS. While writing test cases for the new handler function of the endpoint, I do not want the spec file to call the actual API…