AWS service detail

Serverless

Serverless

Introduction to core serverless concepts and services in the AWS Cloud

ServerlessProduction guidance

Production use

Use for event-driven APIs, background processing, workflows, and apps without server management.

Before production

  • Design idempotency
  • concurrency limits
  • retries/DLQs
  • observability
  • cold-start needs
  • IAM boundaries
  • deployment aliases.