triggermesh/awskinesissource

AWS Kinesis Event Source

TriggerMesh
Updated
Overview

Features

Release categoryBeta
Privilege modeUnprivileged

Download this image

This will require authentication. View other options.

Description

Product EULA

 

The TriggerMesh End User License Agreement (EULA) for the AWS Kinesis event source is located in the event sources repository

 

Instructions to obtain the container images from the hosted registry.

 

These images are also publicly available on the Google Container Registry (gcr.io/triggermesh/awskinesissource) and their sources are also publicly available on GitHub.

 

Use the following command(s) from a system with Docker service installed and running.

 

Examples:

 

The following two commands show you how to download the AWS Kinesis event source container from GCR and how to use it from the terminal or as a ContainerSource in Knative. Similar steps can be followed for each source with details available on GitHub.

 

$ docker pull registry.connect.redhat.com/triggermesh/awskinesissource

 

Quick Start commands to start the application

 

To use the AWS Kinesis as an example, in a terminal you can use the event source via the Docker CLI like so:

 

$ docker run --rm \
  -e ARN=<arn_of_my_kinesis_stream> \
  -e AWS_ACCESS_KEY_ID=<my_key_id> \
  -e AWS_SECRET_ACCESS_KEY=<my_secret_key> \
  -e NAME=my-awskinesissource \
  -e NAMESPACE=default \
  -e K_LOGGING_CONFIG='' \
  -e K_METRICS_CONFIG='{"domain":"triggermesh.io/sources", "component":"awskinesissource", "configMap":{}}' \
  registry.connect.redhat.com/triggermesh/awskinesissource:latest

 

In a Knative environment that supports the ContainerSource Kind you can copy the sample manifest from config/samples/awskinesis-containersource.yaml and replace the pre-filled environment variables under env with the values corresponding to your AWS Kinesis stream. Then, create that ContainerSource object in your Kubernetes cluster:

 

$ kubectl -n <my_namespace> create -f my-awskinesis-containersource.yaml

 

User Guide

 

The Triggermesh AWS Kinesis Event Source has a dedicated user guide available on the AWS event sources repository.

 

Support

 

TriggerMesh Inc. supports the event sources commercially, email  info@triggermesh.com to get more details.

 

For best effort community support do not hesitate to let us know what is wrong and how we could improve them, just file an issue or join those of use who are maintaining them and submit a pull request on GitHub.

Products using this container

Type

Standalone image

Stream

Single-stream

Size

138.4 MB

Digest

Category

Other
SecuritySpecifications

Image specifications

The following information was extracted from the dockerfile and other sources.

Canonical image IDAWS Kinesis Event Source
SummaryThe TriggerMesh Kinesis Source
DescriptionThe Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
ProviderTriggerMesh
MaintainerRed Hat, Inc.
Repository nameTriggerMesh AWS Kinesis Event Source
Image versionv1.10.0
Architectureamd64

Audit & compliance status

The following evidence verifies the image's security and build process compliance with mandated internal standards.

Security audit date4/15/2024, 3:00:00 PM
Container certification  Certified
PackagesGet this image
Terms & conditionsBefore downloading or using this Container, you must agree to the Red Hat subscription agreement located at redhat.com/licenses. If you do not agree with these terms, do not download or use the Container. If you have an existing Red Hat Enterprise Agreement (or other negotiated agreement with Red Hat) with terms that govern subscription services associated with Containers, then your existing agreement will control.

Registry tokens

Use a registry service account token to authenticate your container client. This allows you to pull images without using your personal Red Hat credentials, which is recommended for CI/CD pipelines and automated deployments.

Using Podman login


Image identifiers

Red Hat login

Use the following instructions to get images from a Red Hat container registry using your Red Hat login.

Using Podman login


Image identifiers

Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat, LLC
Feedback