Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 273 Bytes

File metadata and controls

9 lines (6 loc) · 273 Bytes

Lambda Handler

The app module in lambda/app.py is the Powertools-based request handler wired into API Gateway. It owns the /hello route, Pydantic validation, and the cross-cutting concerns (idempotency, feature flags, metrics, tracing).

API reference

::: app