Skip to content

Commit 0e9baf6

Browse files
srvaroaknative-prow-robot
authored andcommitted
docs: add AWS SQS source to README (#708)
Signed-off-by: Galo Navarro <[email protected]>
1 parent f31d710 commit 0e9baf6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

eventing/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,21 @@ The GcpPubSubSource fires a new event each time a message is published on a
191191
[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#objectreference-v1-core)
192192
A reference to the object that should receive events.
193193

194+
### AwsSqsSource
195+
196+
The AwsSqsSource fires a new event each time an event is published on an
197+
[AWS SQS topic](https://aws.amazon.com/sqs/).
198+
199+
**Spec fields**:
200+
201+
- `queueURL`: URL of the SQS queue to pull events from.
202+
- `awsCredsSecret`: credential to use to poll the AWS SQS queue.
203+
- `sink`:
204+
[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#objectreference-v1-core)
205+
A reference to the object that should receive events.
206+
- `serviceAccountName`: `string` The name of the ServiceAccount used to
207+
access the `awsCredsSecret`.
208+
194209
### ContainerSource
195210

196211
The ContainerSource will instantiate a container image which can generate events

0 commit comments

Comments
 (0)