Cloud Deployment

Patterns for serverless handlers, read-only filesystems, cloud sync, and backend rate limits.

Cloud sync is asynchronous. Always flush before short-lived handlers exit. Provider-call retry lives under Reliability.

Pick one deployment topic below — each page covers a single concern.

Environment matrix

EnvironmentRecommended
AWS LambdaAUREX_LEDGER_PATH=/tmp/..., flush at handler end
Kubernetesper_process_ledger, cloud_sync, monitor queue_size
Vercel / Edgecloud_sync + memory storage; explicit flushAndWait