Amazon web services – Send & receive message in same workflow
I have a Lambda function that performs QLDB transactions. Because QLDB uses OCC (optimistic concurrency control), it's necessary to add a SQS Fifo in front, making sure that potential conflicting transactions (in my case: transactions attached to a specific user)…