Skip to content

Commit

Permalink
Update README.md (#28022)
Browse files Browse the repository at this point in the history
Add content to the pack readme.
  • Loading branch information
ShirleyDenkberg authored Jul 20, 2023
1 parent 9c595e5 commit 043f978
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Packs/AWS-SQS/README.md
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.

0 comments on commit 043f978

Please sign in to comment.