Smart Insights Rules

Product Documentation
Smart Insights Rules
Navigate through spaces
⌘K
Smart Insights Rules
AWS Lambda
Lambda function runtime is upgradeable
Lambda function is nearing memory limit
Lambda function has over provisioned memory
Lambda function is near the concurrent limit
Lambda function has started to throttle requests
Lambda function is not tagged
Lambda function is nearing timeout
Lambda function has high error rate
Lambda function is not being used
API Gateway
API Gateway has high 4xx error percentage
API Gateway has high 5xx error percentage
API Gateway latency is nearing timeout
API Gateway has high latency compared to the previous day
DynamoDB
DynamoDB has read throttles
DynamoDB has write throttles
DynamoDB has high latency
DynamoDB Table is nearing provisioned WCUs
DynamoDB Table is nearing provisioned RCUs
Docs powered by archbee 

Lambda function is not tagged

3min

Why do I see this?

One of your Lambda functions does not have any tags associated with it.

What does this mean?

AWS lets users add tags to any and all of their AWS resources. Tags are metadata that can be used to manage, organize, search for, and filter resources. By adding tags, lambda functions can be organized by owner, project, or department. Tags will also help everyone in your team understand what a function does. The primary benefits of tagging your Lambda functions are grouping, filtering, and cost allocation.

This event notifies you when there are no tags associated with one of your Lambda functions.

How do I fix ”Lambda Function is not tagged“?

If you were notified of this event for any of your Lambda functions, you can add reasonable tags that are relevant to your function. You can use AWS Lambda console to add tags to a function when you deploy it, or to add tags to existing functions.

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Lambda function has started to throttle requests
NEXT
Lambda function is nearing timeout
Docs powered by archbee 
TABLE OF CONTENTS
Why do I see this?
What does this mean?
How do I fix ”Lambda Function is not tagged“?