Skip to content

Commit

Permalink
Publish SQS connector for multiple queues
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed May 16, 2024
1 parent a365c71 commit 112fa23
Show file tree
Hide file tree
Showing 14 changed files with 527 additions and 498 deletions.
7 changes: 5 additions & 2 deletions chart/sqs-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
apiVersion: v1
description: Connect OpenFaaS functions to SQS topics
name: sqs-connector
version: 0.2.4
version: 0.2.5
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
icon: https://raw.githubusercontent.com/openfaas/media/master/OpenFaaS_logo_stacked_opaque.png
keywords:
- openfaaspro
- openfaas
- aws
- eventtrigger
- serverless
- sqs
- events
maintainers:
- name: alexellis
email: [email protected]

6 changes: 5 additions & 1 deletion chart/sqs-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/sqs-connector:0.3.2
image: ghcr.io/openfaasltd/sqs-connector:0.3.3

replicas: 1

# Give one URL or a comma-separated list of URLs
# Each queueURL for this deployment will use the same AWS credentials
# queueURL: "https://"
# queueURL: "https://,https://,https://"
queueURL: "https://"

# Set to empty string if using AWS ambient credentials
Expand Down
Binary file modified docs/cron-connector-0.6.10.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
1,012 changes: 517 additions & 495 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.9.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file modified docs/openfaas-14.2.44.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.13.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.7.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file added docs/sqs-connector-0.2.5.tgz
Binary file not shown.

0 comments on commit 112fa23

Please sign in to comment.