The document discusses using serverless computing to schedule long-running or compute-intensive tasks that need to execute only once across a cluster. It presents two scenarios: 1) using CloudWatch events to trigger a Lambda function that puts a task into an SQS queue when it needs to be run, and 2) using CloudWatch metrics to monitor the status of pending tasks by querying a database from a Lambda function. The document is a presentation on exploring serverless options for operations tasks.
Related topics: