Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
767 stars 144 forks source link

Implement SNS:PublishBatch #274

Open perrydunn opened 8 months ago

perrydunn commented 8 months ago

tests to be added (already using with a project successfully)

perrydunn commented 8 months ago

ref https://github.com/Admiral-Piett/goaws/issues/270

perrydunn commented 8 months ago

Last commit requires https://github.com/Admiral-Piett/goaws/pull/277

Admiral-Piett commented 7 months ago

Hm, I think we're close here - looks like the tests are failing on assert.Length which I don't see as a function in the testify library? I think that's probably it.

Admiral-Piett commented 6 months ago

@perrydunn quick follow up here. Any thoughts on this?