This workflow helps generate a report of Lambda Functions whose DLQ is not set.
Daily/Weekly reports of Lambda's Duration
Lambda
AWS Best Practices
AWS Best Practices
Monitors metrics to make sure your Lambdas are running as they should. It helps in finding anomalies and improve Lambda Function performance.
Lambda Functions
Lambda
None
Lambda Functions (Inventory)
Lambda Function Dead Letter Errors
Lambda
AWS Best Practices
AWS Best Practices
Logs Lambda Function DeadLetterErrors over the last 7 days.
Weekly Lambda Report
Lambda
AWS Best Practices
AWS Best Practices
Get daily/weekly reports on Lambda Functions Invocations, which will allow users to find anomalies and conduct a root cause analysis.
DLQ config of Lambdas
Lambda
Operational Excellence
Operational Excellence
Dead Letter Queues takes in all messages that cannot be successfully handled by Lambdas. It is directly supported with SQS in Lambda configuration as well.
Set DLQ for tagged Lambda Functions to SQS
Lambda
Operational Excellence
Dead Letter Queues takes in all messages that cannot be successfully handled by Lambdas. It is directly supported with SQS in Lambda configuration as well.
Lambda Function Errors
Lambda
Operational Excellence
Metric to monitor Errors for making sure your Lambdas are running as they should
Lambda Runtime Environment Version
Lambda
Operational Excellence
Operational Excellence
This workflow checks if the lambda functions' runtime environment is updated to the latest version and reports the ones that are not updated to the latest version.
Lambda Daily Cost Predictor
Lambda
Cost Saving
Lambda costs for may unintentionally run into excessive amounts. This template enables users to predict lambda costs on a daily basis, helping them estimate and plan better. The generated report keeps a regular check on your Lambda costs.
Set Concurrency for Tagged Lambdas
Lambda
Other
Other
Finds particular Lambda Functions via tags and set the desired concurrency.