Skip to content
#

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.

Here are 276 public repositories matching this topic...

This documentation guides you through deploying a serverless application on AWS Lambda using Terraform. It reads data from S3, processes it with a custom Python script, and stores the output in DynamoDB, exposed as a RESTful API. The guide includes prerequisites, architecture, and Terraform configuration, and concludes with the API Gateway endpoint

  • Updated Jun 14, 2024
  • HCL