Skip to content

Collection of backend services and API samples which may serve as a template to help get prototypes and apps started.

Notifications You must be signed in to change notification settings

stevenxchung/serverless-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Samples

Collection of backend services and API samples which may serve as a template to help get prototypes and apps started. Consequently, we lean towards managed and serverless builds to minimize time to ship.

Demos

🚿 streaming-pipeline

An event-driven, Kafka-based streaming pipeline for ingesting, transforming, and storing real-time data.

  • Tech: Kafka, Redis, TypeScript, Node.js, bun, Docker
  • Example stack: MSK (Kafka), AWS Lambda, Redis, DynamoDB, S3
  • Use case: Real-time data enrichment and persistence

➡️ streaming-pipeline/

🤗 user-api

A REST API for managing user records using TypeScript and AWS services.

  • Tech: TypeScript, Express, Node.js, bun, SQLite
  • Example stack: API Gateway, AWS Lambda, DynamoDB, RDS
  • Use case: User management service with full CRUD

➡️ user-api/

🌤️ weather-api

A GraphQL API that queries and manages weather data synced from third-party APIs.

  • Tech: Python, FastAPI, GraphQL, uv, SQLite
  • Example stack: API Gateway, AWS Lambda, DynamoDB, RDS
  • Use case: Abstracts and stores weather forecast queries

➡️ weather-api/

🛠️ Requirements

Every project has different requirements. See individual projects for details.

About

Collection of backend services and API samples which may serve as a template to help get prototypes and apps started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published