mapbox / cloudfriend

Helper functions for assembling CloudFormation templates in JavaScript
ISC License
69 stars 9 forks source link

Fix queue shortcut bug #80

Closed davidtheclark closed 5 years ago

davidtheclark commented 5 years ago

When I changed the parameter name in https://github.com/mapbox/cloudfriend/pull/78 after initial testing, I was too cavalier with find-and-replace and broke the subscription resource.

@rclark for review, please. I'll double-check this again with new stacks before deploying (which I should have done after the name change in the last PR).

davidtheclark commented 5 years ago

It worked fine when I created new stacks with this change (one without ExistingTopicArn and one with it).