I have the following scenario. EC2, AWS Lambda (anything) is publishing a message to SNS topic that has AWS Lambda as a consumer. I wonder what would be a behavior if I have my AWS Lambda consumer scaled into two instances running at the same time (let's say a lot of events). SNS event will be processed twice by two instances of the same AWS Lambda or just once?
Regards