matheosu / knative-aws-sources

Knative event sources for AWS services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked from TriggerMesh

Installation

Kubernetes

Using Helm:

$ helm repo add triggermesh https://storage.googleapis.com/triggermesh-charts
$ helm install triggermesh/aws-event-sources

Refer to the aws-event-sources chart documentation for all available configuration options.

Getting Started

The following table lists the AWS services currently supported by TriggerMesh Sources for AWS and their support level.

AWS Service Documentation Support Level
CodeCommit README alpha
Cognito Identity Pool README alpha
Cognito User Pool README alpha
DynamoDB README alpha
Kinesis README alpha
Simple Notifications Service (SNS) README alpha
Simple Queue Service (SQS) README alpha

For detailed usage instructions about a particular source, please refer to the linked README.md files.

Roadmap

  • Add a more customization properties
  • Add a more generic SNS source using an operator architecture
  • Add a CloudWatch source using an operator architecture
  • Performance improvements

Support

The sources listed in this repository are fully open source and can be used in any Knative cluster. They consist of event consumers for various AWS services. Most of them are packaged as Container Sources and make use of CloudEvents.

Code of Conduct

This repository is not a part of CNCF but we abide by its code of conduct.

About

Knative event sources for AWS services

License:Apache License 2.0


Languages

Language:Go 93.6%Language:Dockerfile 2.9%Language:Makefile 1.8%Language:Python 0.8%Language:HTML 0.4%Language:Shell 0.4%