Low
Lambda
Regional
Lambda functions should be tagged
Description
Flags AWS Lambda functions that have no user-defined tags. Tags help associate functions with their owning team, application, and cost centre; untagged functions are operationally opaque.
Remediation
Apply at least one user-defined tag to every Lambda function.
Steps
- Open the AWS Lambda console and select the function.
- Choose Configuration, then Tags.
- Add at least one tag with a non-aws: prefixed key.
- Save the changes.