Serverless Architecture

Simple API

Reference architecture for a simple serverless API.

Generic

#arrowSize: 1 #bendSize: 0.3 #direction: down #gutter: 5 #edgeMargin: 0 #gravity: 1 #edges: rounded #background: transparent #fill: transparent #fillArrows: false #font: system-ui, sans-serif #fontSize: 12 #leading: 1.25 #lineWidth: 3 #padding: 8 #spacing: 40 #stroke: currentColor #zoom: 1 #acyclicer: greedy #ranker: network-simplex [API Gateway] <-> [Function-as-a-Service] [Function-as-a-Service] <-> [Backend database] API Gateway Function-as-a-Service Backend database

AWS

#arrowSize: 1 #bendSize: 0.3 #direction: down #gutter: 5 #edgeMargin: 0 #gravity: 1 #edges: rounded #background: transparent #fill: transparent #fillArrows: false #font: system-ui, sans-serif #fontSize: 12 #leading: 1.25 #lineWidth: 3 #padding: 8 #spacing: 40 #stroke: currentColor #zoom: 1 #acyclicer: greedy #ranker: network-simplex [Amazon API Gateway] <-> [AWS Lambda] [AWS Lambda] <-> [Amazon DynamoDB] Amazon API Gateway AWS Lambda Amazon DynamoDB