fix receiving of messages from queues with a dot character in their name
This commit is contained in:
parent
61a778bb17
commit
ce2f3e6e2b
2 changed files with 19 additions and 12 deletions
|
|
@ -9,5 +9,5 @@ dispatch = SQSResponse().dispatch
|
|||
|
||||
url_paths = {
|
||||
'{0}/$': dispatch,
|
||||
'{0}/(?P<account_id>\d+)/(?P<queue_name>[a-zA-Z0-9\-_]+)': dispatch,
|
||||
'{0}/(?P<account_id>\d+)/(?P<queue_name>[a-zA-Z0-9\-_\.]+)': dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue