-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permits updating existing queues with different configs. (#318)
Removes find method no longer used.
- Loading branch information
1 parent
18f2b82
commit 159ac5e
Showing
11 changed files
with
1,025 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
234 changes: 163 additions & 71 deletions
234
...with_dead_letter_queue/with_an_existent_queue/should_find_zero_times_and_create_twice.yml
Large diffs are not rendered by default.
Oops, something went wrong.
234 changes: 163 additions & 71 deletions
234
...with_dead_letter_queue/without_existent_queue/should_find_zero_times_and_create_twice.yml
Large diffs are not rendered by default.
Oops, something went wrong.
234 changes: 163 additions & 71 deletions
234
...hout_dead_letter_queue/with_an_existent_queue/should_find_zero_times_and_create_twice.yml
Large diffs are not rendered by default.
Oops, something went wrong.
234 changes: 163 additions & 71 deletions
234
...hout_dead_letter_queue/without_existent_queue/should_find_zero_times_and_create_twice.yml
Large diffs are not rendered by default.
Oops, something went wrong.
369 changes: 220 additions & 149 deletions
369
...igurator_Queue/_create_/when_queue_already_exists/updates_keeps_the_queue_permissions.yml
Large diffs are not rendered by default.
Oops, something went wrong.
78 changes: 65 additions & 13 deletions
78
spec/cassettes/AWS_SQS_Configurator_Queue/_create_/with_fifo/should_create_the_queue.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
78 changes: 65 additions & 13 deletions
78
spec/cassettes/AWS_SQS_Configurator_Queue/_create_/without_fifo/should_create_the_queue.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 7 additions & 10 deletions
17
spec/cassettes/AWS_SQS_Configurator_Queue/_find_/with_known_queue/should_find_the_queue.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.