Nathan Sutton 9d1c665310 Force receive_message_wait_time_seconds to be int
When a queue is created with the ReceiveMessageWaitTimeSeconds
attribute the value is never converted to an integer. When the
ReceiveMessage action is called it tries to compare the string
ReceiveMessageWaitTimeSeconds with the min and max wait times which
raises a TypeError.

The solution is to convert this value to an integer before comparing.
2018-08-08 19:14:56 -05:00
..
2018-04-13 10:37:06 -04:00
2017-10-22 21:36:39 +01:00
2018-04-04 00:28:39 -07:00
2018-07-24 23:11:04 +01:00
2017-09-27 09:54:46 +01:00
2017-06-20 11:58:18 -07:00
2018-08-05 19:18:11 -04:00
2017-10-16 17:06:22 -07:00