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/math-ferreira/serverless-spring-awslambda

Project to learn more about aws lambda, api gateway and how transform Rest API made in Spring to lambda functions

aws aws-lambda maven serverless spring-boot

Last synced: 10 Apr 2026

https://github.com/aegrey/serverless-chat

A real-time Javascript chat application in Angular and Node.js/socket.io

angularjs chat javascript mobile-web nodejs real-time serverless

Last synced: 10 Apr 2026

https://github.com/freshworks-developers/serverless-app-samples

Sample apps that demonstrate serverless app features across Freshworks products

hacktoberfest serverless

Last synced: 20 Feb 2026

https://github.com/aastroza/modal-outlines-examples

Examples of code that use Outlines to enable structured text generation for LLMs running on Modal

cloud generative-ai gpu json llms modal outlines serverless structured-generation

Last synced: 08 Jun 2026

https://github.com/websoftwares/ci-cd-webtask-example

Continuous integration and deployment serverless with webtask

cd ci circle-ci serverless webtask

Last synced: 23 Aug 2025

https://github.com/live-apps-in/notion-alexa-api-serverless

A Serverless API to read and modify your Notion Database via Amazon Alexa.

api-gateway lambda serverless serverless-framework

Last synced: 27 Aug 2025

https://github.com/studentiunimi/serverless

Serverless functions for StudentiUnimi

cloudflare-workers serverless

Last synced: 11 Nov 2025

https://github.com/mrdulin/serverless-functions-go

Better serverless architecture for deploying easily using Cloud Run, Cloud Functions, GKE, even a web server

architecture clean-architecture cloud cloud-functions cloud-run go golang google-adwords serverless serverless-functions

Last synced: 26 Oct 2025

https://github.com/jonmatum/serverless-second-brain

Serverless backend for a personal knowledge graph on AWS — DynamoDB, Lambda, Bedrock, API Gateway, CloudFront. Phases 1-2 deployed, 3-4 in progress.

ai-agents api-gateway aws bedrock dynamodb eventbridge infrastructure-as-code knowledge-graph lambda mcp pkm second-brain serverless step-functions terraform

Last synced: 24 May 2026

https://github.com/globus/example-data-portal-with-custom-content

An example data portal that includes custom Markdown and MDX content.

example portal serverless

Last synced: 25 Jan 2026

https://github.com/globus/example-data-portal-alternative-hosting

An example data portal that deploys to an alternative hosting provider instead of GitHub Pages.

example portal serverless

Last synced: 25 Jan 2026

https://github.com/nimbella/nimbella-sdk-java

Nimbella SDK for Java serverless functions.

faas java nimbella sdk serverless

Last synced: 14 Mar 2025

https://github.com/adam0white/codepulse

Analyze development velocity of public GitHub repositories by calculating lines of code changed per minute between commits. Features interactive charts, summary statistics, and a clean, responsive interface built with React and Cloudflare Workers.

bun cloudflare-workers code-metrics commit-analysis data-visualization development-velocity github-analysis hono react recharts serverless shadcn-ui tailwind-css typescript vite

Last synced: 10 Apr 2026

https://github.com/ot-nemoto/ec2-instances-switcher

:frog: 特定のタグが付与されたEC2インスタンスを起動

serverless

Last synced: 15 Jul 2025

https://github.com/mvcatsifma/poc-serverless

PoC of writing AWS Lambda functions in Go using the Serverless.com framework

aws-lambda golang serverless

Last synced: 24 Jul 2025

https://github.com/eyedea-io/syncano-socket-slack

Syncano Socket for integration with Slack

serverless slack syncano syncano-socket

Last synced: 27 Apr 2026

https://github.com/rajatasusual/serverless-chess

A modern, serverless chess game built with JavaScript that supports both local and online multiplayer gameplay without requiring any server infrastructure.

chess game-engine peer-to-peer serverless state-management

Last synced: 24 Jul 2025

https://github.com/sumanbiswas7/serverless-api-template

Templates designed to help you quickly set up and deploy an express or graphql api on aws lambda. It includes all the necessary dependencies and configurations to get you started.

aws express graphql serverless

Last synced: 10 Apr 2026

https://github.com/ae9is/inventory-anything

A flexible document storage / item management system 🚧 Work In Progress 🚧

document-storage dynamodb inventory-management-system item-management nextjs react serverless

Last synced: 10 Apr 2026

https://github.com/meownowapp/meownow

🐱 Random cat photos at the press of a button! Upload your own cat pics & discover others. Built with AWS serverless for purr-formance.

aws aws-lambda aws-s3 css docker dockerfile html javascript js php serverless webserver website

Last synced: 30 Mar 2025

https://github.com/mikaelvesavuori/step-functions-multidomain-orchestration-demo

This project demonstrates an architecture for orchestrating multiple domains with a serverless Step Functions workflow.

aws aws-step-functions orchestration serverless step-functions stepfunctions workflows

Last synced: 19 Apr 2026

https://github.com/meownowapp/webapp

🐱 Random cat photos at the press of a button! Upload your own cat pics & discover others. Built with AWS serverless for purr-formance.

aws aws-lambda aws-s3 css docker dockerfile html javascript js php serverless webserver website

Last synced: 10 Apr 2026

https://github.com/sharjeelsafdar/project14c-virtual-lolly-app-event-driven

A serverless JAMstack Virtual Lolly App with event-driven architecture using Gatsby, TypeScript, AppSync, DynamoDB, Lambda, StepFunctions, EventBridge, CloudFront, and Lambda@Edge.

amplify appsync aws aws-cdk cloudfront dynamodb event-driven eventbridge gatsbyjs jamstack lambda-edge lambda-functions s3 serverless stepfunctions typescript

Last synced: 10 Apr 2026

https://github.com/jerryshell/tp

📜 tp is a serverless URL shortener based on Cloudflare Workers.

cloudflare-workers serverless url-shortener workers-rs

Last synced: 19 Apr 2026

https://github.com/nireekshshetty/serverless-spring-api

A client (like Postman, browser, or frontend app) sends HTTP requests to API Gateway, which routes them to an AWS Lambda function that runs a Spring Boot app using Spring Cloud Function. This Lambda function processes the request and returns the appropriate response via API Gateway.

api-gateway aws lambda serverless springboot

Last synced: 10 Apr 2026

https://github.com/hamzah-syed/virtual-lolly

Virtual Lolly using Gatsby, Netlify, FaunaDB, Formik

faunadb gatsby graphql lambda-functions netlify-functions serverless

Last synced: 10 Apr 2026

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

Helps you kickstart your serverless thingamajing.

boilerplate demo serverless starter template

Last synced: 06 Mar 2025

https://github.com/aashari/example-aws-lambda-cicd

Node.js starter template for AWS Lambda functions with CI/CD pipeline. Features serverless framework configuration, automated deployments, environment management, logging setup, and examples for event-driven architectures.

aws backend cloud-functions event-driven lambda nodejs serverless templates

Last synced: 23 Mar 2025

https://github.com/timbru31/mms-discord-cookie-bot

Serverless Discord Bot built using GEMISIS/discord-bot-cdk-construct to retrieve stores cart cookies from MediaMarkt and Saturn

aws aws-cdk aws-dynamodb aws-lambda aws-lambda-node discord discord-bot hacktoberfest mediamarkt saturn serverless

Last synced: 09 Oct 2025

https://github.com/truggeri/serverless-url-shortener

A serverless variation on the url shortener

aws aws-application-composer ruby serverless

Last synced: 12 May 2026

https://github.com/eladkehat/soong

PostgreSQL utility for AWS Lambda

aws-lambda pgsql postgresql serverless

Last synced: 01 Mar 2026

https://github.com/manuelenolli/personalwebsite

Personal Website with Serveless (AWS) NextJS 🤩

aws-lambda nextjs serverless

Last synced: 17 May 2026

https://github.com/tradle/lambda-plugins

Loader for additional npm packages based on configuration in lamdba function.

lambda-functions serverless

Last synced: 26 May 2026

https://github.com/victorshinya/instance-scheduler-for-vpc

IBM Cloud Virtual Server for VPC Instance scheduler to stop and start the virtual machine automatically.

ibm-cloud instance-scheduler serverless serverless-functions virtual-private-cloud vpc

Last synced: 12 Aug 2025

https://github.com/shengyou/jetbrains-ktor-with-kotless

用 Kotlin 跨入 Serverless 世代 - Ktor on Kotless 示範程式

kotless kotlin ktor serverless

Last synced: 23 Mar 2025

https://github.com/shengyou/jetbrains-kotless-framework

用 Kotlin 跨入 Serverless 世代 - Kotless 框架示範程式

kotless kotlin serverless

Last synced: 22 Jun 2025

https://github.com/tgorka/cliberry-ng6

Cliberry and Schematics collection for generation angular project with support and configuration for useful framework and tools

angular angular6 appsync aws cliberry codebuild es7 graphql javascript schematics serverless typescript yarn

Last synced: 11 Apr 2026

https://github.com/pmuens/serverless-remove-forced-login

Removes the forced login when using "serverless run" and "serverless emit".

event-gateway serverless serverless-framework

Last synced: 07 Jul 2025

https://github.com/adyz/adrianf.com-v3

Source code for https://adrianf.com

cloudinary netlify remix-run serverless tailwindcss

Last synced: 05 May 2026

https://github.com/9eriksantos6/catalogodelivroscrud

CRUD de catálogo de livros com Node.js e Mysql

crud crud-application db express-js javascript mysql node nodejs server serverless

Last synced: 11 Apr 2026

https://github.com/devsapp/website-fc

Plugin for deploy a static website with fc

aliyun fc frontend serverless serverless-devs website

Last synced: 03 Feb 2026

https://github.com/abhirockzz/fn-syslog-example

Exporting Fn function logs to remote syslog service

faas fnproject functions orafunc-la serverless workshop

Last synced: 07 Apr 2025

https://github.com/yeukfei02/hongkong-atm-location-api

Hong Kong atm location api in aws cdk

atm aws-cdk cdk nodejs serverless typescript

Last synced: 14 May 2026

https://github.com/zbo14/fastify-nuxt-vercel

📐 A GitHub template for a Fastify / Nuxt app that deploys to Vercel

fastify nuxt nuxtjs serverless tailwindcss vercel vue vuejs

Last synced: 11 Apr 2026

https://github.com/irmantastam/vite-vue-spa

Example repo to showcase Vite + Vue SPA application with API endpoint using Vercel serverless function.

composition-api serverless single-page-app spa vercel vite vue3

Last synced: 18 Apr 2026

https://github.com/benja-wu/mini-sharing

my personal and weekly mini sharing doc collections, topics about Cloud Native, K8s, serverless, service mesh, DDD, microservice and so on .

cloudnative k8s serverless service-mesh

Last synced: 23 Mar 2025

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/aqkhan/desi-fix

A collection of micro-services.

aws-lambda aws-sdk dynamodb nodejs serverless

Last synced: 22 Apr 2026

https://github.com/drcbeatz/chromaxen-dev

ChromaXen is an open-source colour matching puzzle game, based on size-3 elementary cellular automata. (Javascript/Python/FastAPI/Docker/AWS/Terraform)

api-gateway aws aws-lambda cellular-automata ci-cd cloudfront cloudwatch css docker dynamodb fast-api game-development github-actions html javascript python route53 s3 serverless terraform

Last synced: 11 Apr 2026

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/marouenes/serverless-ordering-system

Amazon Web Services for Developers: Data-Driven Serverless Applications with Kinesis

api-gateway aws lambda serverless

Last synced: 16 Jan 2026

https://github.com/muazothman/buildfunction

Build a single serverless function using SAM

aws powershell sam-cli serverless

Last synced: 17 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/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/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/nberlette/supabytes

SaaS starter kit for a serverless cloud storage provider. Built with Next.js, TypeScript, and Tailwind v4. Powered by Supabase.

cloud-storage file-sharing file-upload nextjs saas serverless starter supabase tailwind tailwindcss-v4 typescript

Last synced: 13 Jan 2026

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

Template repo for Serverless projects

aws-lambda serverless serverless-framework typescript

Last synced: 24 Aug 2025

https://github.com/markhu/groovy-serverless

Groovy AWS Lambda

aws-lambda groovy serverless

Last synced: 23 Mar 2025

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/ccjmne/orca-mailme-lambda

Serverless API endpoint to let clients get in touch. Basically an AWS Lambda function leveraging SES, invoked through API Gateway and packaged into a CloudFormation stack using AWS SAM.

api-gateway aws aws-api-gateway aws-cloudformation aws-lambda aws-sam aws-ses cloudformation lambda mail sam serverless ses

Last synced: 18 Apr 2026

https://github.com/samshad/csci-5410-serverless-data-processing

CSCI 5410 – Serverless Data Processing (Dalhousie, Summer 2024). AWS & GCP labs plus a capstone React + Lambda feedback platform showcasing event‑driven pipelines, Step Functions orchestration, and DynamoDB persistence 100 % serverless.

aws aws-lambda cloud cloudwatch-logs cognito data-processing dynamodb event-driven-architecture gcp-cloud-functions iac javascript python react s3 serverless step-functions

Last synced: 09 May 2026

https://github.com/wwwflorencio/todd-dialogflow

my personal assistant with dialogflow

assistant chatbot dialogflow google now now-cli serverless zeit-now

Last synced: 01 Jul 2025

https://github.com/thoughtscript/more_python_api_2024

Experiments with Serverless and Containerized Python Apps

aws docker docker-compose fastapi postgres postgres-jsonb python serverless

Last synced: 11 Apr 2026

https://github.com/sashveerramjathan/abc-retail-ecommerce-platform

ABC Retail is a cloud-powered e-commerce platform built with ASP.NET Core 🌐 and was hosted on Azure ☁️. It uses Azure services like SQL Database 🗄️, Blob Storage 🖼️, and Functions ⚡ for scalable and efficient order management and customer data

asp-net-core azure azure-functions blob-storage cloud-development ecommerce queue-storage serverless table-storage web-development

Last synced: 22 Apr 2026

https://github.com/maxmckenzie/funcshui

Collection of serverless functions for use with Vercel (formerly Zeit), GCP, Digital Ocean

gcp-cloud-functions javascript serverless vercel-now zeit zeit-now

Last synced: 21 Feb 2026

https://github.com/marteinn/sms-server-remote

Trigger fabric tasks on your server through SMS and AWS Lambda.

lambda serverless twilio

Last synced: 16 Mar 2025

https://github.com/mridang/serverless-polyfill

A serverless application built atop the Serverless framework to run the Polyfill service

aws-lambda polyfill-io serverless serverless-framework

Last synced: 29 Mar 2025

https://github.com/crescendo-symptom399/imaginary-crime-lab

🕵️♂️ Explore a unique e-commerce experiment where buying evidence automatically solves detective cases, showcasing a transparent, distributed architecture.

architecture change-streams cloudflare-workers distributed-systems ecommerce edge-computing github-pages graphql mongodb neon portfolio-project react real-time serverless shopify ssr transparent-systems

Last synced: 04 May 2026

https://github.com/davicedraz/serverless-visit-counter

Experimental Serverless Node.js Express API

aws-lambda clean-architecture dynamodb nodejs serverless

Last synced: 11 Apr 2026

https://github.com/atilafassina/instant-postgres-skill

Skill for claimable postgres provisioning

agent postgres serverless skills

Last synced: 14 May 2026

https://github.com/suin/google-cloud-functions-japannetbank-email-parser

この Google Cloud Function はジャパンネット銀行の通知メールをパースし、通知種別ごとにオブジェクトを作り、それを Google Cloud Pub/Sub に publish する半部品です。

email-automation google-cloud-functions google-cloud-pubsub japannetbank rpa serverless

Last synced: 16 Mar 2025

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/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/leymbda/lattice

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

discord gateway serverless

Last synced: 07 May 2025

https://github.com/nicpuppa/aws-java-doctor-api

A simple tutorial on serverless framework, AWS SAM to create REST API in Java

aws java serverless

Last synced: 19 May 2026

https://github.com/nuxy/vscode-lambda-lambda-lambda

:hammer_and_wrench: VS Code extension to create a new L³ application.

application extension generator marketplace serverless vscode

Last synced: 09 May 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/aitechhero/nonullsense-awsai-chatbot

Efficient and effective chatbot deployment on AWS! This repository supports the "No Nullsense AI Chatbot" YouTube series and delivers a streamlined guide to building and deploying a chatbot application on Amazon Web Services (AWS) leveraging open-source tools.

ai amazon-web-services artificial-intelligence aws aws-bedrock chatbot cloudformation dialogflow lambda natural-language-processing nlp open-source python rasa serverless

Last synced: 09 May 2026

https://github.com/vdparikh/serverless-slack-slash-commands

Demonstrates how to create/integrate serverless with Slack slash commands

aws golang serverless slack

Last synced: 10 Mar 2026

https://github.com/JaredCE/serverless-asyncapi-documenter

Serverless plugin to export your config as AsyncAPI Documentation

asyncapi asyncapi-generator serverless serverless-framework

Last synced: 10 Mar 2025