Skip to main content

AWS Glossary

AWS Lambda

Serverless compute service that runs code in response to events without provisioning or managing servers.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

Serverless compute service that runs code in response to events without provisioning or managing servers.

Key Facts

  • Serverless compute service that runs code in response to events without provisioning or managing servers
  • AWS handles scaling from zero to account concurrency limits, patches the runtime, and bills in millisecond increments for active compute plus per-request charges
  • Managed runtimes in 2026 include **Node
  • js 22** and **Python 3
  • 13** among the supported language set; container images extend the model to custom dependencies up to 10 GB

Entity Definitions

Bedrock
Bedrock is an AWS service relevant to aws lambda.
Lambda
Lambda is an AWS service relevant to aws lambda.
AWS Lambda
AWS Lambda is an AWS service relevant to aws lambda.
EC2
EC2 is an AWS service relevant to aws lambda.
S3
S3 is an AWS service relevant to aws lambda.
RDS
RDS is an AWS service relevant to aws lambda.
Aurora
Aurora is an AWS service relevant to aws lambda.
DynamoDB
DynamoDB is an AWS service relevant to aws lambda.
CloudWatch
CloudWatch is an AWS service relevant to aws lambda.
VPC
VPC is an AWS service relevant to aws lambda.
EKS
EKS is an AWS service relevant to aws lambda.
API Gateway
API Gateway is an AWS service relevant to aws lambda.
Step Functions
Step Functions is an AWS service relevant to aws lambda.
EventBridge
EventBridge is an AWS service relevant to aws lambda.
SQS
SQS is an AWS service relevant to aws lambda.

Related Content

Definition

AWS Lambda runs your code in response to events — HTTP requests via API Gateway or Function URLs, S3 notifications, DynamoDB Streams, SQS messages, EventBridge rules — without you managing servers. AWS handles scaling from zero to account concurrency limits, patches the runtime, and bills in millisecond increments for active compute plus per-request charges. Managed runtimes in 2026 include Node.js 22 and Python 3.13 among the supported language set; container images extend the model to custom dependencies up to 10 GB.

Two 2025-era capabilities extend Lambda beyond short-lived handlers. Lambda Durable Functions coordinate multi-step workflows with built-in state and retries for runs lasting seconds to a year without idle compute between steps. Lambda Managed Instances run functions on EC2-backed capacity (including GPU shapes) while keeping the Lambda deployment and scaling model — useful when inference needs dedicated hardware or EC2 pricing constructs.

Invocation models matter for error handling: synchronous callers see failures immediately (API Gateway, ALB); asynchronous invocations retry twice then route to DLQ; stream/poll sources (Kinesis, DynamoDB Streams, SQS) use batching, partial batch failure, and checkpoint semantics.

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.