Skip to content
#

serverless-architecture

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.

Here are 10 public repositories matching this topic...

Safe Init is a Python library that enhances AWS Lambda functions with advanced error handling, logging, monitoring, and resilience features, providing comprehensive observability and reliability for serverless applications.

  • Updated Sep 17, 2025
  • Python

Integrated LangChain for advanced PDF text extraction, EdgeStore for cloud file management, and Clerk authentication for secure user access with role-based permissions. Architected end-to-end data pipeline including PDF processing, AI-driven summarization with custom prompts, and PostgreSQL database persistence using Neon serverless infrastructure.

  • Updated Oct 14, 2025
  • TypeScript

A complete guide to building a serverless, AI-powered blog generator using AWS Bedrock (Meta Llama 3), Lambda, API Gateway, and S3. Deploy a REST API that automatically generates and stores blog content on any given topic.

  • Updated Aug 9, 2025
  • Python