When I send 2 consecutive asynchronous messages to the database, the function works incorrectly and prints incorrectly to my database. What can I use in this case? I am using AWS and when I use SQS, can I return the correctness messages in the database via SQS?
Even if I use it asynchronously, when I send two consecutive data to my function, it always prints the second one incorrectly. I hope you can help.