What's New
Tag support expanded to 21 resource types
Full read/write tag support across all major AWS services, with route restructuring to handle ARN-based resource IDs safely.
New taggable services:
- RDS (DB instances, DB clusters)
- SNS (topics)
- KMS (keys)
- ECR (repositories)
- CloudFormation (stacks — read-only)
- Step Functions (state machines)
- Kinesis (streams)
- SSM (parameters)
- Elastic Load Balancing (load balancers)
- ElastiCache (cache clusters)
Tag route safety
- Routes restructured from
/resources/.../tagsto/tags/{svc}/{type}/{id:path}— fixes 405 errors for ARN-based IDs containing slashes - Frontend
GET /tags/supported— Tags tab only shown for supported resource types - Read-only types (CloudFormation) hide the save button
Consistent tag tabs across all service views
All 8 custom service views (S3, DynamoDB, Lambda, SQS, IAM, EC2, Logs, Secrets Manager) now have consistent Tags tabs with left-aligned, compact tab bars.
Test coverage
- 217 backend tests (54 tag-specific covering all 21 types)
- 153 frontend tests