Nice. If you attempt to create a CloudWatch dashbo...
# aws
a
Nice. If you attempt to create a CloudWatch dashboard with a hex colour specified with fewer than six hex characters (eg
#ddd
), you get an error like
Copy code
The dashboard body is invalid, there are 1 validation errors: [ { "dataPath": "/widgets/0/properties/metrics/0", "message": "Should NOT have more than 4 items" } ]
clear as mud.
🥚 1