Documentation Index
Fetch the complete documentation index at: https://docs.esperr.com/llms.txt
Use this file to discover all available pages before exploring further.
Recipe PathThis guide corresponds to
recipes/aws.What this integration does
The Lambda recipe extracts request context from the event, asks Esper for a mitigation result, and either returns a mitigation response or forwards the request onward. It should callPOST /api/v1/runtime/mitigation on the Esper API host.
Example from the recipe:
Environment variables
ESPER_API_KEYESPER_API_URL
Deploy
Operational FitThis recipe is a good fit for teams already standardized on AWS primitives and
who want Esper enforcement or telemetry collection without introducing a
separate always-on service.
Current behavior notes
Monitoris the safest place to start.Challengecurrently returns challenge data instead of redirecting into an Esper-hosted verification flow.Blockreturns an immediate deny response from Lambda.