AWS Lambda Functions (Node.js) - Unit testing using Mocha and Chai

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • proxyquire

    🔮 Proxies nodejs require in order to allow overriding dependencies during testing.

  • Now that we know how to call/execute a lambda function in our local. Let us learn about mocking the dependencies inside the lambda function. These dependencies can be any third-party libraries or DB call or even an API call. To override and mock these dependencies we can use proxyquire package.

  • node-lambda-unit-test

    Unit testing of AWS lambda function (Node.js) using Mocha and Chai

  • You can find all the code discussed in this article in this repo.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • Mocha - For creating a test suite and running the test cases.

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

  • Mocha is being maintained again

    1 project | news.ycombinator.com | 6 Feb 2024
  • [AskJS] Unit testing API wrapper

    1 project | /r/javascript | 6 May 2023
  • Use Mocha instead of Jest and boost your tests speed

    2 projects | dev.to | 8 Feb 2023
  • Using Mocha & chai test you React application

    2 projects | dev.to | 5 Feb 2023
  • The difference between test-driven development and observability-driven development

    2 projects | dev.to | 10 Jan 2023