AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.
Use cases include but are not limited to:
- Process data at scale. Execute code at the capacity you need, as you need it. Scale to match your data volume automatically and enable custom event triggers.
-
Enable powerful ML insights. AWS Lambda handles infrastructure management and provisioning to simplify scaling.
-
Create event-driven applications. Build event-driven functions for easy communication between decoupled services. Reduce costs by running applications during times of peak demand without crashing or over-provisioning resources.
The following Lambda plugins are available for PagerDuty Runbook Automation and Process Automation:
- Execute Lambda Function – Executes an existing Lambda function.
- Lambda Custom Code Execution – Creates and executes a new Lambda function with the custom-code provided in the Job step.