Implementing asynchronous processing 

Implementing asynchronous processing in your application can improve scalability. This is typically done using AWS SQS queues. However, ensure that you implement a dead letter queue for queue requests that fail after several retries (usually between three and five times). You can use the AWS SNS service for notifying components when a message’s request processing has been completed. You can also create asynchronous pipelines for data flows within your application using AWS Kinesis data streams, and AWS SQS queues where you can route your data to different queues to be processed differently.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.57.219