-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Amazon Simple Queue Service (SQS) is a reliable, highly-scalable hosted queuing service for storing, receiving, and sending messages between software components as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components. SQS offers standard best-effort ordering queues, and FIFO queues. | ||
|
||
## What does this pack do | ||
This pack enables you to: | ||
- Return the URL of an existing queue, or a list of queues. | ||
- Send a message to a queue. | ||
- Create a new standard or FIFO queue. | ||
- Delete a queue. | ||
- Purge a queue. |