Skip to content

Commit 6ff4a73

Browse files
authored
Update SQS Source blog (#6162)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
1 parent 421c8e4 commit 6ff4a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/docs/articles/consuming_sqs_data_with_integrationsource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ metadata:
3838
spec:
3939
aws:
4040
sqs:
41-
queueNameOrArn: "my-queue"
42-
region: "my-queue"
41+
arn: "my-queue"
42+
region: "my-region"
4343
visibilityTimeout: 20
4444
auth:
4545
secret:
@@ -52,7 +52,7 @@ spec:
5252
name: my-broker
5353
```
5454

55-
The `IntegrationSource` has an `aws` field, for defining different Amazon Web Services, such as `s3`, `ddb-streams` or like in this case `sqs`. Underneath the `aws` property is also a reference to a _Kubernetes Secret_, which contains the credentials for connecting to AWS. All SQS notifications are processed by the source and being forwarded as CloudEvents to the provided `sink`
55+
The `IntegrationSource` has an `aws` field, for defining different Amazon Web Services, such as `s3`, `ddbStreams` or like in this case `sqs`. Underneath the `aws` property is also a reference to a _Kubernetes Secret_, which contains the credentials for connecting to AWS. All SQS notifications are processed by the source and being forwarded as CloudEvents to the provided `sink`
5656

5757
!!! note
5858

0 commit comments

Comments
 (0)