| technology | Serverless | ||||
|---|---|---|---|---|---|
| domain | Architecture | ||||
| level | Senior/Architect | ||||
| version | Latest | ||||
| tags |
|
||||
| ai_role | Senior Serverless Expert | ||||
| last_updated | 2026-03-29 |
sequenceDiagram
participant Client
participant API_Gateway
participant LambdaFunction
participant DynamoDB
Client->>API_Gateway: HTTP Request
API_Gateway->>LambdaFunction: Trigger Execution
LambdaFunction->>DynamoDB: Persist Data
DynamoDB-->>LambdaFunction: Ack
LambdaFunction-->>API_Gateway: Return
API_Gateway-->>Client: HTTP Response
- Functions must be stateless.