AWS Lambda, a good host for a rest API?

This page summarizes the projects mentioned and recommended in the original post on /r/aws

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
  • Chalice-PynamoDB-Docker-Starter-Kit

    A starter kit with some boilerplate code for getting started making low-cost serverless applications in Python on AWS with a great local development setup via Docker Compose

  • If you want to get started with this framework, I've made a simple Docker and Docker Compose starter-kit I invite you to play with. It is Python, however. Check it out if it helps: https://github.com/DevOps-Nirvana/Chalice-PynamoDB-Docker-Starter-Kit

  • Previous Serverless Version 0.5.x

    ⚡ Serverless Framework – Use AWS Lambda and other managed cloud services to build apps that auto-scale, cost nothing when idle, and boast radically low maintenance.

  • If you'd like to use Lambda, usually you need to engineer FOR it, from day one, you don't (often) get to choose some other framework and shoehorn it into Lambda and Serverless. There's some great frameworks to help deploy code into Lambda easily and create REST endpoints for things, one such frameworks is serverless.com that helps easily deploy to it, but it lacks a framework for doing REST that also supports local emulation (as easily). For that, I recommend a framework by AWS called Chalice. This is an amazing REST framework that runs a proxy that works locally and deploys exactly the same on Lambda, it is Python however.

  • 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

  • What are Serverless Components, and how do I use them?

    2 projects | dev.to | 3 May 2022
  • How to publish and use AWS Lambda Layers with the Serverless Framework

    6 projects | dev.to | 24 Mar 2022
  • Invocation error - can't find any results helping me to solve this issue

    1 project | /r/aws | 4 Oct 2023
  • Consulta: buenas practicas AWS

    1 project | /r/devsarg | 4 Mar 2023
  • Deploying Lambdas from Zipped Code on S3 vs Image Repository

    1 project | /r/aws | 16 Feb 2023