Open cw43 opened 5 years ago
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 function
I've made a fork that fixes this issue, @cw43.
https://github.com/digitalmaas/serverless-plugin-sqs-alarms
Using ImportValue for queue name as following:
sqs-alarms:
Fails with the following error: this.queue.replace is not a function