Ashley Ng

Results 4 comments of Ashley Ng

an example of the operation is cloudwatch:DescribeAlarms. for [AWS CLI](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudwatch/describe-alarms.html) there is a no-pagination argument that gets the full list but I do not find the corresponding argument in [JavaScript...

https://github.com/aws/amazon-ssm-agent/blob/da9a3363e1d1a04cc69e7aba71bd33844a376eac/agent/ssm/ssmparameterresolver/ssm.go This will be the file to modify

@medikoo a quick related question. Is there a way to (specifically) tag the Rest API, not the stages, other than using `provider.stackTags` that tags everything? I hope `provider.tags` tags the...

I would really love xray exporter to be implemented. Is it not possible to set it up with the existing collector layer at the moment?