AWS API Gateway with FIFO SQS
How to integrate AWS API Gateway with FIFO SQS? It is easy to integrate API Gateway with standard SQS with the template. But for FIFO queue, we need to pass groupId and deduplicationId. >Solution : Please check this answer. it will help you 100% 🙂 https://stackoverflow.com/a/74076615/18918586 https://www.youtube.com/watch?v=dXa9KA-G9Dg