Testing serverless apps has never been easier!

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
  • serverless-hexagonal-template

    Highly opinionated project template for Serverless Framework that follows and applies hexagonal architecture principle to serverless world. Prepared with easy testing in mind.

  • The selection of this particular architecture style is coupled with the proposed project directory structure and naming conventions. You can read more on those in the documentation. Suffice to say, it defines where what should be placed (i.e. source code in src/ folder, tests in __tests__/ etc.) so you don't need to waste time thinking about it every time you start a new project and creates a common language for your team members. Thus, decreasing cognitive overload when switching between projects started from this template.

  • serverless-export-env

    Serverless plugin to export environment variables into a .env file

  • Afterward, when triggering npm run integration to start integration tests special Serverless Framework plugin (serverless-export-env) is connecting to the AWS account and saves locally in .awsenv file all Lambda's environment variables.

  • 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
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

  • Serverless Plugin: Exporting Environment Variables and Stack Outputs

    2 projects | dev.to | 21 Aug 2023
  • How to Handle your Python packaging in Lambda with Serverless plugins

    1 project | dev.to | 21 Mar 2022
  • Serverless framework local invocation issues

    2 projects | /r/serverless | 27 Apr 2021
  • Manage Python dependencies in Serverless projects with serverless-layers plugin

    1 project | dev.to | 29 Dec 2020
  • Superpower REST API DX with Serverless ⚡ and DevOps Best Practices on AWS (🐍 Python Version)

    5 projects | dev.to | 30 Apr 2024