serverless-sqs-alarms-plugin
serverless-sqs-alarms-plugin copied to clipboard
Serverless wrapper to setup CloudWatch Alarms for SQS
Hi, Is there support for multiple queues?
Using ImportValue for queue name as following: sqs-alarms: - thresholds: [1, 10, 50, 100] queue: { 'Fn::ImportValue': "create-events:MyQueueName" } topic: "AlarmsTopicName" Fails with the following error: **this.queue.replace is not a...
When deploying into AWS GovCloud, the ARN uses a different partition value. I believe this is also true for china regions as well. When trying to create alarm resources, cloudformation...