From 0362878bf72d0892d6693cfc99dbba1f63c69ff1 Mon Sep 17 00:00:00 2001 From: Dominick Martelly <97986187+martdo02@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:07:53 -0400 Subject: [PATCH] chore: updated readme w/ SQS step definition --- packages/aws/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/aws/README.md b/packages/aws/README.md index bf28917..9ca2e2d 100644 --- a/packages/aws/README.md +++ b/packages/aws/README.md @@ -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.