Hi! I'm trying to recreate the dashboard from <htt...
# general
b
Hi! I'm trying to recreate the dashboard from https://pulumi.io/aws/cloudwatch.html, but with the instance ids in the
metrics
field coming from my actual stack. The problem is that at the time the instance ids arrive at JSON.stringify(), they are still
Outputs
, and get serialized to something like
[object object]
or similar. This results in the metric definition being rejected by cloudwatch.