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 is 1 public repository matching this topic...

Serverless Java REST API for the Enterprise Architecture (AREP) course at Escuela Colombiana de Ingeniería Julio Garavito. This project implements high-performance microservices using AWS Lambda (Java 8) and Amazon API Gateway. It features idempotent deployment via an AWS CLI Runbook, VTL mapping templates for query parameter extraction.

  • Updated Apr 14, 2026
  • Java