Skip to content

Commit

Permalink
chore: updated readme w/ SQS step definition
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Sep 11, 2024
1 parent 74a3b12 commit 0362878
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@ If a queue name is used, a regex search will be done to find the queue.

Checks if the queue is empty within the specified time. The string can be the url, or the queue name.

- `Then queue {string} has {int} messages within {int} seconds`

Checks if the queue has the specified number of messages within the specified time. The string can be the url, or the queue name.

- `When attributes of queue {string} are received`

Gets all attributes for a SQS queue to `lastRun`. The string can be the url, or the queue name.
Expand Down

0 comments on commit 0362878

Please sign in to comment.