Amazon Lambda
AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers, automatically scaling and executing your code in response to events from over 200 AWS services and SaaS applications while you pay only for the compute time you consume.
APIs
Amazon Lambda API
Core API for managing AWS Lambda functions, event source mappings, layers, aliases, versions, and permissions. Enables creating and invoking serverless functions, configuring tr...
Collections
Amazon Lambda API
POSTMANAmazon Lambda API
OPENArazzo Workflows
Amazon Lambda Decommission Function
Confirm a function exists, read its configuration, then delete it.
ARAZZOAmazon Lambda Deploy and Invoke Function
Create a Lambda function, wait for it to become Active, then invoke it.
ARAZZOAmazon Lambda Deploy Function With Event Source
Create a function, wait until Active, attach an event source mapping, and wait until Enabled.
ARAZZOAmazon Lambda Provision Event Source Mapping
Create an event source mapping and poll it until it reaches the Enabled state.
ARAZZOAmazon Lambda Reconfigure Function
Change a function's runtime settings, wait for Active, then invoke to verify.
ARAZZOAmazon Lambda Redeploy Discovered Function
List functions, select one by name, push new code, and wait until Active.
ARAZZOAmazon Lambda Teardown Event Source Mapping
Locate an event source mapping in the list, confirm its details, then delete it.
ARAZZOAmazon Lambda Update Code and Verify
Push new function code, wait for the update to settle, then invoke to verify.
ARAZZOGraphQL
Amazon Lambda GraphQL API
GRAPHQLPricing Plans
Rate Limits
FinOps
Amazon Lambda Finops
FINOPSFeatures
Run code without provisioning or managing servers — Lambda handles all administration.
Automatically trigger code from over 200 AWS services and SaaS applications.
Automatically scales to thousands of concurrent executions without configuration.
Supports Node.js, Python, Java, Go, Ruby, .NET, and custom runtimes via Lambda layers.
Package and share code, libraries, and configurations across Lambda functions.
Deploy Lambda functions as container images up to 10 GB in size.
Reduce cold starts for Java functions with Lambda SnapStart.
Use Cases
Build REST and GraphQL API backends with Lambda and API Gateway.
Process S3 uploads, DynamoDB streams, and Kinesis records in real time.
Automate operational tasks triggered by CloudWatch events or schedules.
Run ML model inference on-demand without managing inference infrastructure.
Integrations
Build REST and WebSocket APIs backed by Lambda functions.
Trigger Lambda from DynamoDB Streams for real-time data processing.
Trigger Lambda on S3 object events for serverless file processing.
Process Kinesis data streams with Lambda for real-time analytics.
Orchestrate Lambda functions in serverless workflows.
Process SQS messages with Lambda for decoupled event processing.