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 7 public repositories matching this topic...

Language: All
Filter by language

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 Apr 2, 2025
  • Python

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