Admiral-Piett / goaws

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

Support SNS PublishBatch #270

Open perrydunn opened 10 months ago

perrydunn commented 10 months ago

The equivalent SQS SendMessageBatch is supported.

I'm happy to implement, please let me know?

Admiral-Piett commented 9 months ago

@perrydunn Good idea! If you want to take on the implementation that would be awesome - feel free to assign this issue to yourself and make a PR? If not, I'll get to it when I can. :)

For Reference: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html

perrydunn commented 8 months ago

Sorry didn't mean to close! I don't appear to be able to assign this to myself but I am working on this now.

Admiral-Piett commented 8 months ago

@perrydunn Excellent! Thank you!