Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/eventing/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,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.
Expand Down
12 changes: 6 additions & 6 deletions docs/eventing/sources/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,37 +148,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.
Expand Down