Skip to content

Commit

Permalink
Update SQS Source blog (#6162)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Nov 25, 2024
1 parent 421c8e4 commit 6ff4a73
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ metadata:
spec:
aws:
sqs:
queueNameOrArn: "my-queue"
region: "my-queue"
arn: "my-queue"
region: "my-region"
visibilityTimeout: 20
auth:
secret:
Expand All @@ -52,7 +52,7 @@ spec:
name: my-broker
```

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`
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`

!!! note

Expand Down

0 comments on commit 6ff4a73

Please sign in to comment.