Small rephrasing

This commit is contained in:
Luca-Dorin Anton 2022-09-24 15:57:40 +01:00
parent 49475059db
commit 7221416e20
No known key found for this signature in database
GPG Key ID: AC11F6A58F222281
1 changed files with 1 additions and 1 deletions

View File

@ -1397,7 +1397,7 @@ VPC lets you provision a logically isolated section of the AWS cloud where you c
## Simple Queuing Service (SQS)
### SQS Simplified:
SQS is a web-based service that gives you access to a message queue that can be used to store messages while waiting for a queue to process them. It helps in the decoupling of systems and the horizontal scaling of AWS resources.
SQS is a web-based service that gives you access to a message queue that can be used to store messages while waiting for another service to process them. It helps in the decoupling of systems and the horizontal scaling of AWS resources.
### SQS Key Details:
- The point behind SQS is to decouple work across systems. This way, downstream services in a system can perform work when they are ready to rather than when upstream services feed them data.