From 56fbb6a7dd7c67632bc69465bbefc2decb0eef06 Mon Sep 17 00:00:00 2001 From: sebgoa Date: Mon, 13 Apr 2020 18:59:11 +0200 Subject: [PATCH] Switch support status for triggermesh external sources (#2236) --- docs/eventing/sources/README.md | 12 ++++++------ docs/eventing/sources/sources.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/eventing/sources/README.md b/docs/eventing/sources/README.md index 325d853af..96f7f8519 100644 --- a/docs/eventing/sources/README.md +++ b/docs/eventing/sources/README.md @@ -71,12 +71,12 @@ These are containers intended to be used with `ContainerSource`. Name | Status | Support | Description --- | --- | --- | --- -[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. -[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. -[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. -[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. -[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. -[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. +[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. +[AWS Cognito](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito) | Supported | TriggerMesh | Registers for AWS Cognito events. Brings those events into Knative. +[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. +[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. +[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. +[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. [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. [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. [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. diff --git a/docs/eventing/sources/sources.yaml b/docs/eventing/sources/sources.yaml index 922b35932..11a248639 100644 --- a/docs/eventing/sources/sources.yaml +++ b/docs/eventing/sources/sources.yaml @@ -163,37 +163,37 @@ containers: for underlying infrastructure. - name: AWS CodeCommit url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit - status: Active Development + status: Supported support: TriggerMesh description: > Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative. - name: AWS Cognito url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito - status: Active Development + status: Supported support: TriggerMesh description: > Registers for AWS Cognito events. Brings those events into Knative. - name: AWS DynamoDB url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb - status: Active Development + status: Supported support: TriggerMesh description: > Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative. - name: AWS Kinesis url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis - status: Active Development + status: Supported support: TriggerMesh description: > Registers for events on the specified AWS Kinesis stream. Brings those events into Knative. - name: AWS SQS url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs - status: Active Development + status: Supported support: TriggerMesh description: > Registers for events of the specified AWS SQS queue. Brings those events into Knative. - name: AWS SNS url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns - status: Active Development + status: Supported support: TriggerMesh description: > Registers for events of the specified AWS SNS endpoint. Brings those events into Knative.