Skip to content

Commit 56fbb6a

Browse files
authored
Switch support status for triggermesh external sources (#2236)
1 parent 6ecf46e commit 56fbb6a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/eventing/sources/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ These are containers intended to be used with `ContainerSource`.
7171

7272
Name | Status | Support | Description
7373
--- | --- | --- | ---
74-
[AWS CodeCommit](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit) | Active Development | TriggerMesh | Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative.
75-
[AWS Cognito](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito) | Active Development | TriggerMesh | Registers for AWS Cognito events. Brings those events into Knative.
76-
[AWS DynamoDB](https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb) | Active Development | TriggerMesh | Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative.
77-
[AWS Kinesis](https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis) | Active Development | TriggerMesh | Registers for events on the specified AWS Kinesis stream. Brings those events into Knative.
78-
[AWS SNS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns) | Active Development | TriggerMesh | Registers for events of the specified AWS SNS endpoint. Brings those events into Knative.
79-
[AWS SQS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs) | Active Development | TriggerMesh | Registers for events of the specified AWS SQS queue. Brings those events into Knative.
74+
[AWS CodeCommit](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit) | Supported | TriggerMesh | Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative.
75+
[AWS Cognito](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito) | Supported | TriggerMesh | Registers for AWS Cognito events. Brings those events into Knative.
76+
[AWS DynamoDB](https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb) | Supported | TriggerMesh | Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative.
77+
[AWS Kinesis](https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis) | Supported | TriggerMesh | Registers for events on the specified AWS Kinesis stream. Brings those events into Knative.
78+
[AWS SNS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns) | Supported | TriggerMesh | Registers for events of the specified AWS SNS endpoint. Brings those events into Knative.
79+
[AWS SQS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs) | Supported | TriggerMesh | Registers for events of the specified AWS SQS queue. Brings those events into Knative.
8080
[FTP / SFTP](https://github.com/vaikas-google/ftp) | Proof of concept | None | Watches for files being uploaded into a FTP/SFTP and generates events for those.
8181
[Heartbeat](https://github.com/Harwayne/auto-container-source/tree/master/heartbeat-source) | Proof of Concept | None | Uses an in-memory timer to produce events as the specified interval. Uses AutoContainerSource for underlying infrastructure.
8282
[Heartbeats](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/cmd/heartbeats) | Proof of Concept | None | Uses an in-memory timer to produce events at the specified interval.

docs/eventing/sources/sources.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,37 +163,37 @@ containers:
163163
for underlying infrastructure.
164164
- name: AWS CodeCommit
165165
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit
166-
status: Active Development
166+
status: Supported
167167
support: TriggerMesh
168168
description: >
169169
Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative.
170170
- name: AWS Cognito
171171
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito
172-
status: Active Development
172+
status: Supported
173173
support: TriggerMesh
174174
description: >
175175
Registers for AWS Cognito events. Brings those events into Knative.
176176
- name: AWS DynamoDB
177177
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb
178-
status: Active Development
178+
status: Supported
179179
support: TriggerMesh
180180
description: >
181181
Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative.
182182
- name: AWS Kinesis
183183
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis
184-
status: Active Development
184+
status: Supported
185185
support: TriggerMesh
186186
description: >
187187
Registers for events on the specified AWS Kinesis stream. Brings those events into Knative.
188188
- name: AWS SQS
189189
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs
190-
status: Active Development
190+
status: Supported
191191
support: TriggerMesh
192192
description: >
193193
Registers for events of the specified AWS SQS queue. Brings those events into Knative.
194194
- name: AWS SNS
195195
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns
196-
status: Active Development
196+
status: Supported
197197
support: TriggerMesh
198198
description: >
199199
Registers for events of the specified AWS SNS endpoint. Brings those events into Knative.

0 commit comments

Comments
 (0)