Search result for 'Lambda'
- Most recent
- Most popular
- Most linked
- Most download
- Favorite
Manage Unused AWS Lambda FunctionsThis runbook identifies unused AWS Lambda functions by assessing their activity through CloudWatch events, triggers and invocations the past 30 days. Functions that have not been triggered or invoked within this period are listed with their details, helping to optimize AWS resources by identifying potentially unnecessary functions that may incur costs. |
|
Delete AWS Lambda FunctionsThis task involves safely removing unused or redundant Lambda functions from an AWS account to streamline operations and reduce costs. |
|
List All AWS Lambda FunctionsThis task displays a list of all AWS Lambda functions in a specified region. The list will include essential details like function name, runtime, and last modified date, aiding in comprehensive management and overview of Lambda functions deployed within your AWS environment. |
|
Filter Out Unused AWS Lambda FunctionsThis task involves identifying and listing AWS Lambda functions that are potentially unused based on specific criteria such as no associated CloudWatch events, no recent invocations, and absence of scheduled triggers. The aim is to help optimize AWS resources by pinpointing functions that may no longer be needed or are idle, allowing for better management and potential cost savings. |
|