Amazon web services – Is there any standard solution for collecting versioned messages, and forwarding only the message with the highest version?
Let's say I have a message producer, which sends a very high number of messages with versions V1, V2, ..., VN, in a short timespan. We have a service, which is not required to react to every such message. We…