by You can use queues to decouple heavyweight processes and to buffer and batch work.

You will have the provide the name of the Queue to create a simple queue in the Amazon cloud. After this, you have to create a queue URL that would basically build with your configuration you can create this on your own by providing your location, your queue name, etc. Example - https://{region_name}/queue.|apidomain|/{account_number}/{queue_name}Note: region_name is one of the most important parts of this queue url else this would process the complete flow but you will not be able to find the queue on amazon console, because of the region mismatch.

Related Articles