Hey guys,
I use AWS in my project.
I have a use case where that is not important to me to persist the messages from more than 1 hour.
So for me just SNS push notification is ok. I publish to the topic, SNS send me the push notification with the message, if response is 200 it ends there, if there is some error, SNS will keep trying some more to deliver the message based on my configuration for 'notification_retries'.
Could you implement a configuration parameter like 'push_notification_only' or 'push_notification_no_queue' to us?
Thank you!