Skip to content

Commit b9abb22

Browse files
committed
Update multi-queue option
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 7f83230 commit b9abb22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/openfaas-pro/sqs-events.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ With our event connector, you can trigger function invocations from messages on
44

55
> Note: This feature is included for [OpenFaaS Standard & For Enterprises](https://openfaas.com/pricing/) customers.
66
7-
87
On the blog: [How to integrate OpenFaaS functions with managed AWS services](https://www.openfaas.com/blog/integrate-openfaas-with-managed-aws-services/)
98

109
## Installation
@@ -30,7 +29,7 @@ On the blog: [How to integrate OpenFaaS functions with managed AWS services](htt
3029

3130
* Tuning the connector for your needs
3231

33-
`queueURL` - the URL for your SQS queue
32+
`queueURL` - the URL for your SQS queue - you can specify a comma-separated list of queues to consume from or a single URL of a queue. When you specify multiple queues, the connector will consume from each of them and invoke functions in parallel. The access key and secret key must be the same for all queues given in `queueURL`.
3433

3534
`visibilityTimeout` - Maximum time to keep message hidden from other processors whilst executing function
3635

0 commit comments

Comments
 (0)