diff --git a/docs/eventing/sources/README.md b/docs/eventing/sources/README.md index 3b00235e8b..63bf74e8ad 100644 --- a/docs/eventing/sources/README.md +++ b/docs/eventing/sources/README.md @@ -51,7 +51,7 @@ All Sources are part of the `sources` category. [Amazon Cognito Identity](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCognitoIdentitySource) | Stable | TriggerMesh | Registers for events from [Amazon Cognito](https://aws.amazon.com/cognito/) identity pools. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscognitoidentity/)) [Amazon Cognito User](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCognitoUserPoolSource) | Stable | TriggerMesh | Registers for events from [Amazon Cognito](https://aws.amazon.com/cognito/) user pools. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscognitouserpool/)) [Amazon DynamoDB](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSDynamoDBSource) | Stable | TriggerMesh | Reads records from an [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) stream. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awsdynamodb/)) -[Amazon Kinesis](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSKinesisSource) | Stable | TriggerMesh | Reads records from an [Amazon Kinesis](https://aws.amazon.com/kinesis/) stream. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example]([https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awskinesissource.yaml](https://docs.triggermesh.io/latest/sources/awskinesis/)) +[Amazon Kinesis](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSKinesisSource) | Stable | TriggerMesh | Reads records from an [Amazon Kinesis](https://aws.amazon.com/kinesis/) stream. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awskinesis/)) [Amazon S3](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSS3Source) | Stable | TriggerMesh | Subscribes to event notifications from an [Amazon S3](https://aws.amazon.com/s3/) bucket. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awss3/)) [Amazon SNS](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSSNSSource) | Stable | TriggerMesh | Subscribes to messages from an [Amazon SNS](https://aws.amazon.com/sns/) topic. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awssns/)) [Amazon SQS](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSSQSSource) | Stable | TriggerMesh | Consumes messages from an [Amazon SQS](https://aws.amazon.com/sqs/) queue. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awssqs/))