AWS Serverless
Compute without servers to manage — functions, state machines, and streaming ingestion.
Pages in this Section
- Amazon Kinesis Data Streams — Amazon Kinesis Data Streams is a durable, replayable, horizontally-scaled streaming service that ingests and stores real-time data for custom consumers. Unlike Data Firehose (which delivers…
- AWS Step Functions — AWS Step Functions is a serverless orchestration service that coordinates AWS services into durable workflows. You define a state machine in Amazon States Language (ASL) — JSON describing…
- AWS Lambda — AWS Lambda is the serverless compute primitive on AWS. You ship a function — packaged as a zip, container image (up to 10 GB), or layer — and Lambda runs it on demand in response to events…
‹ AWS