Function
Icon-Architecture/64/Arch_AWS-Lambda_64
AWS

AWS Lamda

Implements Function.

PaaS

AWS Lambda is a serverless compute service that runs code in response to events without provisioning or managing servers. It automatically scales from a few requests per day to thousands per second and bills only for compute time consumed. Lambda pioneered mainstream function-as-a-service and integrates natively with more than two hundred AWS services as event sources.

Capabilities

  • Run code in response to events or HTTP requests
  • Scale to zero when idle
  • Per-invocation billing
  • Native integration with queues and event buses

Primitive

FunctionThis component is an implementation of Function. Visit the primitive to learn more about what purpose it serves.

Related services · AWS

Icon-Architecture-Group/32/EC2-instance-contents_32
AWS EC2
Icon-Architecture/64/Arch_Amazon-Simple-Notification-Service_64
AWS SNS
Icon-Architecture/32/Arch_Amazon-Simple-Queue-Service_32
AWS SQS
Icon-Architecture/64/Arch_Amazon-EventBridge_64
AWS Eventbus

Alternatives

Icon-compute-29
AZ Functions
Icon_24px_Functions_Color
GCP Function