Shane Stebner
Shane Stebner
`TypeError: no implicit conversion of nil into String` is thrown when you're using an SQS queue and you don't define the "from_sns" option as false. Fails on this line: `payload...
Setting s3_default_options.endpoint to `http://docker.for.mac.localhost:4566` (pointing to host machine's localstack) throws `Failed to open TCP connection to my-bucket.docker.for.mac.localhost:4566 (initialize: name or service not known)` Which is obviously because that subdomain/hostname is...
I think it would be beneficial to outline the format of the _SQS/SNS message format in your documentation_. I couldn't find it and even checked your test-logs for output of...
I set `visibility_timeout` to 1 and get a `bad request` error (`change_message_visibility_timeout`). Removed the option and it seems to get past that just fine. This MAY have something to do...