From ee28fc9cf28a8b128a89566c36d88e016e12222e Mon Sep 17 00:00:00 2001
From: Dec Kolakowski <51292634+dpwdec@users.noreply.github.com>
Date: Fri, 2 Feb 2024 11:14:24 +0000
Subject: [PATCH] Fix: Remove required queues property
---
sqs/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sqs/README.md b/sqs/README.md
index 5f8281ed..e68e693e 100644
--- a/sqs/README.md
+++ b/sqs/README.md
@@ -12,7 +12,7 @@ For publish-subscribe scenarios, use as a **publish** Operation Binding Object,
## Version
-Current version is `0.2.0`.
+Current version is `0.3.0`.
@@ -109,7 +109,7 @@ On an Operation Binding Object we support an array of Queue objects. Members of
### Fields
|Field Name | Type | Description|
|---|:---:|---|
-| `queues` | [[Queue](#queue)]| **Required.** Queue objects that are either the *endpoint* for an SNS Operation Binding Object, or the *deadLetterQueue* of the SQS Operation Binding Object |
+| `queues` | [[Queue](#queue)]| Queue objects that are either the *endpoint* for an SNS Operation Binding Object, or the *deadLetterQueue* of the SQS Operation Binding Object |
|`bindingVersion` | string | **Optional**, defaults to `latest`. The version of this binding.|
### Examples