In a serverless architecture, is it best to handle all API methods of a single entity in one lambda function with one API endpoint, or create an API endpoint for each and a lambda as a result?

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

    This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included. (by cdk-patterns)

  • I use the "Lambda-lith" pattern, primarily because I am using Rust and deploying via CI/CD (codepipeline).

  • powertools-lambda-python

    A developer toolkit to implement Serverless best practices and increase developer velocity.

  • As someone else said, I have used “one lambda per (sub)service within an API”. For this I have found this library to be immensely useful https://github.com/awslabs/aws-lambda-powertools-python

  • 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

  • Using Flask for API development

    1 project | /r/aws | 17 Mar 2023
  • Where can I find examples of cloud architectures ?

    1 project | /r/aws | 18 Oct 2022
  • Lambda best approach

    1 project | /r/aws | 13 Jun 2022
  • Makefile to manage containers ?

    1 project | /r/devops | 21 May 2022
  • What Are AWS CDK Constructs, Stacks and How To Use Them

    2 projects | dev.to | 17 May 2022