Alternative to AWS Mock

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aws-sdk-mock

    :rainbow: AWSomocks for Javascript/Node.js aws-sdk tested, documented & maintained. Contributions welcome!

    I don’t think you need AWS Mock to test your Lambdas.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Sinon.JS

    Test spies, stubs and mocks for JavaScript.

    Instead, use pure functions + dependency inject your stubs (e.g. parameter to function). Also note, no need for Sinon or some other test double library. JavaScript is so good nowadays to easily make objects/classes/functions or any combination thereof on the fly that are terse.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Writing an Obsidian Plugin Driven By Tests

    2 projects | dev.to | 4 Jun 2024
  • When to use DI?

    1 project | /r/typescript | 12 Sep 2022
  • How to test a function that uses moment to format a date ? usimg karma

    1 project | /r/angularjs | 25 Aug 2022
  • How to mock localStorage in JavaScript unit tests?

    1 project | /r/codehunter | 1 Apr 2022
  • Stubbing MQTT.js library in Ember.js tests with Sinon.JS

    2 projects | dev.to | 1 Nov 2021