An open API service indexing awesome lists of open source software.

Serverless

Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.

https://github.com/marco0antonio0/template_nest_netlify

Ready-to-use NestJS API template for Netlify serverless environment, with a clean structure and example /api/health endpoint for a quick start.

api nestjs nestjs-backend netlify nodejs server serverless ts typescript

Last synced: 13 Apr 2026

https://github.com/joeywhelan/serverless-js

Demo of Elastic Cloud Serverless REST API and Elastic JavaScript client usage.

axios elasticsearch javascript nodejs rest-api serverless

Last synced: 08 May 2026

https://github.com/gatoreducator/gatordata

Lambda Functions for Data Collection using GatorGradle

aws-cli aws-lambda data-collection gatorgradle serverless

Last synced: 12 Feb 2026

https://github.com/usausa/azure-functions-extension

Azure Functions extension.

azure azure-functions serverless

Last synced: 13 Feb 2026

https://github.com/a-samod/azure-vehicle-show-registration-api

This Azure-based API is designed for managing vehicle registrations for a vehicle show meetup. It supports operations like user registration, vehicle number validation, and user management with features like filtering, pagination, and timestamps. Built using Node.js, Express, and MongoDB.

azure-functions http-trigger mongodb nodejs rest-api serverless

Last synced: 14 Apr 2026

https://github.com/pojntfx/chatscape

Scalable serverless chat, a uni project for the HdM cloud course.

aws chat hdm-stuttgart iac lambda nextjs serverless terraform

Last synced: 10 Aug 2025

https://github.com/namikazebadri/aws-serverless-microservice

Serverless microservice using AWS Lambda with 3 type of triggers: by HTTPS (direct hit and IAM Authorization), By Event Bridge (crontab/scheduler) and SQS (async processing). Using Terraform as IaC and include Gitlab Action CI/CD.

async aws golang lambda lambda-http scheduler serverless sqs terraform

Last synced: 13 Feb 2026

https://github.com/theonlyamos/runit

A terminal client for creating and running serverless functions

cloud serverless

Last synced: 14 Feb 2026

https://github.com/jeshan/aws-error-logger

Catch errors across dozens of AWS services

aws aws-lambda cloudformation-template serverless

Last synced: 20 Jun 2026

https://github.com/localstack-samples/sample-lambda-neo4j

Integrating a local Lambda function with Neo4j using LocalStack

graph-database lambda localstack neo4j neo4j-lambda serverless

Last synced: 14 Feb 2026

https://github.com/tuni56/iot-data-architecture-aws

Cost-effective AWS architecture for ingesting, storing, and querying 5 years of IoT sensor data using a serverless data lake approach.

aws cost-optimization dataengineering serverless

Last synced: 28 Feb 2026

https://github.com/sanjaykparida/medinex

Medinix is a comprehensive medical application that facilitates seamless communication between patients and doctors through real-time websocket connections. The platform incorporates AI-powered diagnostics to provide preliminary assessments and connect patients with appropriate medical professionals.

android aws cross-platform dart doctor-patient flutter javascript lambda medical node serverless

Last synced: 28 Feb 2026

https://github.com/ably-labs/netlify-identity-auth

Use the Netlify platform to provide an Ably JWT endpoint integrated with identity which allows user validation and moderation

ably api authentication blog blogpost identity jwt lambda netlify serverless

Last synced: 03 Jan 2026

https://github.com/subfuzion/nodejs-on-google-cloud-by-example

Start with only a basic knowledge of JavaScript and Node.js, and work through a series of examples to learn how to build, run, test, and monitor serverless apps on Google Cloud.

cicd expressjs google-cloud mochajs monitoring nodejs serverless testing

Last synced: 15 Feb 2026

https://github.com/deep1144/serverless-localstack-sqs

A repo showing how to use sqs offline (as producer and consumer) with serverless and localstack

docker-compose localstack serverless serverless-offline sqs-consumer sqs-producer

Last synced: 04 May 2026

https://github.com/garysassano/cdk-aws-serverless-otlp-forwarder-kinesis

CDK app showcasing a serverless approach to send OpenTelemetry traces to any OTel-compatible vendor using Kinesis Data Streams and Lambda

aws aws-cdk cdk kinesis kinesis-data-streams lambda opentelemetry otel otlp serverless

Last synced: 18 Apr 2026

https://github.com/jefferson1104/weather-app

Weather forecast application based on the American geocode census and American weather government API.

axios netlify react serverless tailwindcss typescript vite

Last synced: 13 Apr 2026

https://github.com/luvies/urlshortener

A simple serverless URL shortener app

aws aws-lambda dotnet dotnet-core serverless url url-shortener

Last synced: 09 Apr 2026

https://github.com/nass59/serverless-todo-app

This application will allow creating/removing/updating/fetching TODO items. Each TODO item can optionally have an attachment image. Each user only has access to TODO items that he/she has created.

api-gateway aws lambda nodejs react serverless travis-ci

Last synced: 13 Apr 2026

https://github.com/flammafex/hypertoken

Distributed simulation engine for games and multi-agent AI research featuring: CRDT state sync, OpenAI Gym integration, and P2P multiplayer — no servers required.

ai-training automerge card-games crdt game-engine mcp multiplayer openai-gym p2p pettingzoo python reinforcement-learning serverless simulation typescript webtrc

Last synced: 11 Jun 2026

https://github.com/markis/hello-lambda

Basic api-gateway and lambda terraform project

api-gateway lambda serverless terraform

Last synced: 13 Jun 2025

https://github.com/articulate/invoke

Lambda invoke helper to simplify serialization and error handling

aws-lambda javascript serverless

Last synced: 11 Apr 2026

https://github.com/openaq/decap-cms-oauth-provider

A Decap CMS Github OAuth Provider for AWS Lambda

aws decap-cms fastapi lambda netlify-cms oauth python serverless

Last synced: 09 May 2026

https://github.com/pmuens/t2f

Tail a file and invoke functions in the cloud based on Regex patterns

event event-gateway events serverless serverless-architectures

Last synced: 10 Jun 2025

https://github.com/nyoungstudios/py-lambda-gh-actions

A template for a Python AWS Lambda function deployed automatically using the Serverless framework with GitHub Actions.

aws-cloudformation aws-lambda gh-actions python serverless

Last synced: 04 Oct 2025

https://github.com/robertcsapo/aws-lambda-python-local

running a local aws lambda service with python

aws docker lambda local python serverless

Last synced: 16 Apr 2026

https://github.com/huber1105/workshop-agents

Explore Genkit agents for YouTube video searches and content generation. Find workflows to streamline your video discovery and blogging process. 🚀📂

agents agno amazon-bedrock autogen autonomous-driving azure carla carla-gym carla-reinforcement-learning crewai langhchain multi-agent multi-agent-autonomous-driving question-answering serverless streamlit testing text-to-sql

Last synced: 16 Apr 2026

https://github.com/jdawkinsdew/expressjs-lambda-serverless-boilerplate

Build serverless Express.js applications with AWS Lambda and Serverless Framework. Includes sample endpoints and authentication middleware for quick setup. #ExpressJS #AWSLambda #Serverless

aws-lambda-node expressjs expressjs-serverless-template serverless serverless-boilerplate stripe-webhooks

Last synced: 16 Apr 2026

https://github.com/thwiki/calendar-api-serverless

A Touhou related events calendar api from THBWiki

serverless touhou touhou-project

Last synced: 27 Feb 2025

https://github.com/luminati-io/serverless-scraping-scrapy-aws

Deploy a Scrapy spider to AWS Lambda and store scraped data in S3 for a cost-effective, serverless scraping solution.

aws s3 scrapy serverless serverless-functions web-scraper web-scraping

Last synced: 03 Sep 2025

https://github.com/gjbastidas/serverless-store

Simple e-commerce website based on AWS Serverless services

golang serverless terraform

Last synced: 17 Apr 2026

https://github.com/adshan/dotnet-azure-function-notification

Using Azure Functions and RabbitMQ to send emails using SendGrid.

azure azure-functions dotnet net5 rabbitmq sendgrid serverless

Last synced: 06 May 2026

https://github.com/leydel/lattice

Integrate the Discord Gateway API with your systems over more than just Websockets

discord gateway serverless

Last synced: 15 Mar 2025

https://github.com/code-and-sorts/cookie-cs-az-func-api

Example C# Dotnet Azure Function App project using the Cookiecutter API template.

api-rest azure-functions cookiecutter csharp dotnet example serverless

Last synced: 31 Mar 2025

https://github.com/futagoza/serverless

Modules to ease the use of Now v2 serverless Node apps

nodejs serverless zeit-now

Last synced: 04 Aug 2025

https://github.com/pauly4it/blog-post-edge-functions

Raw data and code used in my article on Edge Function performance.

cloudflare-workers cloudfront-functions lambda-edge serverless

Last synced: 10 Aug 2025

https://github.com/malanius/code-portfolio

Malanius's code portfolio website, running serverless on AWS with CI/CI pipeline also on AWS

aws ci-cd codebuild codepipeline lambda portfolio portfolio-site portfolio-website react serverless

Last synced: 17 Apr 2026

https://github.com/avinashtare/quickchat-ai

QuickChat AI is a modern, open-source, serverless chat application.

ai chatapp puter serverless

Last synced: 10 Aug 2025

https://github.com/kkpoon/serverless-expressjs-starter

a serverless starter in expressjs

aws-lambda expressjs serverless starter-kit

Last synced: 09 May 2026

https://github.com/rafaelgoulartb/ig.news

📰 Dt.news project made in ignite bootcamp.

0auth cms fauna-db nextjs oauth serverless typescript

Last synced: 17 Apr 2026

https://github.com/mowatermelon/mw2-antd

基于 antd 的 midwayjs V2 静态项目 函数计算发布案例

aliyun antd auto-issues fc github-actions midwayjs-v2 openapi react serverless static-server umi

Last synced: 19 Apr 2026

https://github.com/dagmawig/aws-lambda-market-data-api

This node application, which is deployed to AWS lambda serverless function, fetches stock price history for a given stock.

aws aws-lambda cloud lambda-functions nodejs serverless stock-market stock-price

Last synced: 09 May 2026

https://github.com/barakchamo/drumf

A Twitter bot more intelligent than the unfortunate POTUS

drumf markov-chain serverless trump twitter-bot

Last synced: 07 Apr 2025

https://github.com/remarcable/ghost-convertkit-integration

Serverless function to integrate Ghost with ConvertKit using their APIs and webhooks

convertkit convertkit-api ghost ghost-api ghost-blog integration serverless synchronization

Last synced: 09 May 2026

https://github.com/hammady/photos-sender-telegram-bot

A Telegram Bot to send random photos from an S3 bucket

serverless telegram-bot

Last synced: 05 Mar 2025

https://github.com/bradlab/chatbot

A chatbot API developed with FastAPI, designed to be deployed on AWS Lambda via Mangum

aws aws-cloudformation aws-dynamodb aws-lambda docker fastapi jenkins python serverless

Last synced: 04 Apr 2026

https://github.com/mikaelvesavuori/codecommit-slack-bot

Simple serverless Slack bot for notifying about AWS CodeCommit events.

aws ci-cd codecommit notifications serverless slack slack-bot

Last synced: 18 Apr 2026

https://github.com/niiknow/renderless

Use AWS Lambda to render any template engine

html nodejs nunjucks render seo serverless template

Last synced: 10 May 2026

https://github.com/sharjeelsafdar/project12d-bookmarking-application

A Serverless JAMstack Bookmarking App with Gatsby, Netlify, FaunaDB, GraphQL, and TypeScript

bookmarks faunadb gatsbyjs graphql jamstack netlify netlify-functions reactjs serverless static-site typescript

Last synced: 05 Apr 2026

https://github.com/wowu/bulletin

Python Communication Framework for Distributed AWS Lambda Applications

aws lambda python serverless

Last synced: 08 Aug 2025

https://github.com/semihbugrasezer/flow-to-supabase

Browser userscript that detects new images in Google Labs Flow and auto-uploads them to Supabase Storage via a Vercel API (compression, metadata, deduplication).

api browser-automation flow google-labs serverless storage supabase userscript vercel

Last synced: 06 Jan 2026

https://github.com/abaasi256/cloudops-incident-dashboard

Production-grade serverless incident monitoring dashboard built with AWS Lambda, DynamoDB, React, and Terraform. Features real-time monitoring, Cognito auth, and cost-optimized architecture.

aws cloudfront cognito devops eventbridge incident-management infrastructure-as-code lambda react serverless tailwindcss typescript

Last synced: 11 Apr 2026

https://github.com/gipsh/aws-mercadolibre-webhooks-demo

AWS serverless app for receiving mercadolibre webhooks

aws aws-lambda mercadolibre mercadopago serverless

Last synced: 18 Apr 2026

https://github.com/0xibra/million-downloads

Attempting to download at least 1 million files under 60 seconds

aws aws-lambda nodejs serverless

Last synced: 19 Apr 2026

https://github.com/org-navinku/aws-infra-as-code-pulumi

Infrastructure as Code (IaC) for AWS using Pulumi's Python SDK. Modular and scalable cloud deployments.

aws cloud-computing devops iac pulumi python serverless terraform-alternative

Last synced: 19 Apr 2026

https://github.com/mikaelvesavuori/minimalist-serverless-starter

Opinionated minimalist realist serverless starter

boilerplate demo serverless starter template

Last synced: 20 Apr 2026

https://github.com/getshifter/shifter-headless-11ty-tailwind

Shifter Headless 11ty Starter TEmplate: A powerful foundation for building headless WordPress websites using the 11ty static site generator and Shifter as the serverless hosting and deployment platform.

11ty rest-api serverless static-site-generator tailwindcss wordpress

Last synced: 20 Apr 2026

https://github.com/yokharian/boilerplate-python-http-api

TEMPLATE - boilerplate to create http apis using python and serverless framework quickly

api-gateway aws aws-lambda python rest-api serverless serverless-framework

Last synced: 04 Jun 2026

https://github.com/malanius/malabota

Serverless Discord bot built on AWS

aws bot cdk discord discord-bot serverless

Last synced: 20 Apr 2026

https://github.com/arvl130/php-on-vercel

Repository for testing if PHP websites with traditional file-based routing can be hosted on Vercel ▴

php runtime serverless vercel

Last synced: 18 May 2026

https://github.com/simonjang/bragg-s3

bragg middleware for S3

aws aws-lambda bragg nodejs s3 serverless

Last synced: 12 Apr 2026

https://github.com/gaston-flores/sls-helix-template

Template repo for GraphQL + Serverless projects

aws-lambda graphql serverless

Last synced: 21 Apr 2026

https://github.com/brianprost/cloud-programming-final-project

Further exploration of AWS Services, specifically DynamoDB, S3 buckets, Serverless Computing with AWS Lambda, and using REST API with AWS.

aws aws-lambda aws-s3 dynamodb rest-api s3 serverless

Last synced: 22 Apr 2026

https://github.com/ofcoliva/blog

Toda estrutura do blog em um só repositório com configurações de deploy no cloudflare

bash blog cloudflare golang hextra html hugo md server serverless shell-script static-site

Last synced: 13 Apr 2026

https://github.com/roberto-a-cardenas/intellidoc-engine

Serverless OCR pipeline on AWS using Lambda, API Gateway, S3, and Textract. Accepts base64 PDFs and returns extracted text via API. Built with Terraform.

api-gateway aws aws-lambda cloud-engineering document-processing ocr s3 serverless terraform textract

Last synced: 22 Apr 2026

https://github.com/nexepic/zyx

High-performance, embeddable graph database engine with Cypher queries, ACID transactions, vector search, and WebAssembly support

cross-platform database embedded graph graph-database high-performance serverless

Last synced: 21 May 2026

https://github.com/abhirockzz/fn-mongodb-linkz-app

Simple link sharing app using Fn Functions with MongoDB

faas fnproject go java mongodb nosql serverless

Last synced: 10 May 2026

https://github.com/yeseh/zenith

Minimal runtime for serverless functions built with Go and Docker. Supports Deno only at the moment.

containers deno docker go serverless serverless-framework

Last synced: 09 May 2026

https://github.com/echelon-solutions/s4-core

The specification.cloud s4 core library.

api aws cloud cloudformation rest sam serverless services

Last synced: 28 Apr 2026

https://github.com/made2591/fullstackconf19

The code required to run the Visual Code Studio solution on Amazon Web Services.

aws code fullstack sam serverless vcs visualstudiocode

Last synced: 10 May 2026

https://github.com/aryan007-bot/portfolio2.0

A dynamic portfolio showcasing my expertise as a Frontend Developer, blending creativity and technology to create engaging and responsive web applications.

css3 html5 nextjs router serverless tailwindcss typescript

Last synced: 11 Apr 2026

https://github.com/alexkravets/devices

Token validation service for iOS devices.

aws device ios serverless token validation

Last synced: 30 Apr 2026

https://github.com/patelvivekdev/acme-auth

A next js based authentication, used third party rest api for auth.

authentication freeapi nextjs14 serverless

Last synced: 29 Mar 2025

https://github.com/tigeryant/aws-sms-delivery

SMS delivery using serverless AWS

aws lambda serverless serverless-framework

Last synced: 26 Apr 2026

https://github.com/pewordmos/shortty

🩳 A very, very simple link shortener. Maybe too simple, quite frankly.

bitly cloudflare cloudflare-kv cloudflare-workers link-shortener serverless starter-template typescript url-shortener

Last synced: 26 Apr 2026

https://github.com/eliacontini/social-networking-serverless-kata

A serverless-based social networking API (similar to Twitter)

aws-lambda javascript mongodb nodejs serverless serverless-framework

Last synced: 11 May 2026

https://github.com/huksley/serverless-python-flask

Flask based Python app which deploys to AWS as a serverless app

aws python serverless

Last synced: 27 Apr 2026

https://github.com/adrianhdezm/serverless-app-boilerplate

Just another Serverless Application Boilerplate

aws-lambda cloudformation serverless typescript

Last synced: 10 May 2025