whynowy / knative-source-awssqs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knative AWS SQS Event Source

AWS SQS event source is a Knative addon, it can be used to listen to an AWS SQS queue, and deliver events to an Addressable target.

What's Different

Different from other Knative SQS event source implementation, this one provides more features.

  1. Multiple SQS auth approaches.
    • Credential in Kubernetes secret
    • AWS IAM AssumeRole supported by KIAM
  2. Message single delivery or bulk delivery to downstream addressable.
  3. Multiple workers

Follow the samples to try out this SQS event source.

About

License:Apache License 2.0


Languages

Language:Go 96.7%Language:Shell 3.3%