There's a statement I made in this talk that is no longer true. Amazon introduced FIFO topics for SNS in the Fall of 2020. You can now tie a FIFO SQS queue to an SNS topic, but you must tie a standard queue to a standard topic or a FIFO queue to a FIFO topic.
new go programmer here and googling this question hasn't helped at all. How do you keep the program from terminating and keep polling? I can read a queue and handle any messages but after that one run the program terminates. using v2 sdk
There's a statement I made in this talk that is no longer true. Amazon introduced FIFO topics for SNS in the Fall of 2020. You can now tie a FIFO SQS queue to an SNS topic, but you must tie a standard queue to a standard topic or a FIFO queue to a FIFO topic.
This is so cool! i loved this talk a lot
Nice talk!
new go programmer here and googling this question hasn't helped at all. How do you keep the program from terminating and keep polling? I can read a queue and handle any messages but after that one run the program terminates. using v2 sdk
infinite for loop that polls and processes the messages