Best practices for using Amazon SQS - Polling the queue

前端 未结 5 1235
北恋
北恋 2021-02-07 20:13

I\'m designing a service for sending out emails for our eCommerce site (order confirmations, alerts etc...) The plan is to have a \"SendEmail\" method, that generates a chunk of

5条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 20:38

    You can use the AWS Beanstalk service to consume the tasks in the Queue. http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-tiers.html

提交回复
热议问题