Ultimate access to all questions.
An order management system currently employs a cron job to poll for new orders. Upon detecting a new order, the cron job sends the order data as a message to message queues, ensuring reliable downstream order processing. The company is aiming to migrate this functionality to AWS cloud to enhance performance and reduce costs.
What is the most optimal solution to achieve this requirement in AWS?