I am using AWS CDK library to create alarm and metric. Both component have been created fine and once deploy cloudformation template using cdk deploy command then components are visible in AWS env. But sometime things are not executed as per exceptions therefor need to test locally.
Is there any way to test CloudWatch alarm locally ?
Any help would be appreciated.
One way is to write a test where you set the alarm state in a language supported by AWS SDK. i.e Python below
or AWS CLI