Skip to content

Commit

Permalink
Update blog/docs/articles/consuming_sqs_data_with_integrationsource.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Simansky <dsimansk@redhat.com>
  • Loading branch information
matzew and dsimansk authored Nov 12, 2024
1 parent 9bf0c80 commit be277d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now event producers can send events to it and event consumers can receive events
## Using IntegrationSource for AWS SQS
In order to send data from AWS SQS to a Knative component, like the broker we created above, we are using the new `IntegrationSource` CRD. It basically allows to declaratively move data from a system, like AWS SQS, _towards_ a Knative resource, like our above Broker:
In order to send data from AWS SQS to a Knative component, like `my-broker` we created above, we are using the new `IntegrationSource` CRD. It basically allows to declaratively move data from a system, like AWS SQS, _towards_ a Knative resource, like our above Broker:

```yaml
apiVersion: sources.knative.dev/v1alpha1
Expand Down

0 comments on commit be277d3

Please sign in to comment.