Skip to content

Commit

Permalink
Update README.md (#5752)
Browse files Browse the repository at this point in the history
Resolve documentation issue where amazon kinesis example link was malformed
  • Loading branch information
AlexMichaelJonesNC authored Nov 14, 2023
1 parent f68510c commit 68ea6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventing/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/))
Expand Down

0 comments on commit 68ea6fa

Please sign in to comment.