I have a lambda function subscribed to an SNS topic. I wonder, what will happen when that lambda function is throttled?
Will SNS ensure that the message is delivered later? Will the message got dropped on the floor after x retries?
Many thanks
I have a lambda function subscribed to an SNS topic. I wonder, what will happen when that lambda function is throttled?
Will SNS ensure that the message is delivered later? Will the message got dropped on the floor after x retries?
Many thanks