Doist / sqs-workers

SQS Workers
MIT License
32 stars 9 forks source link

fix: only try batch requests with non-empty entries #104

Closed brandon-doist closed 3 months ago

brandon-doist commented 3 months ago

Apparently, real SQS throws an exception when you give an empty batch, so we need to check for it 😅