tongueroo / jets-kinesis-example

Jets Kinesis Stream Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jets Kinesis Events Example

BoltOps Badge

This project shows a simple Kinesis Events example with Jets.

Usage

git clone https://github.com/tongueroo/jets-kinesis-example demo
cd demo
bundle

Create Stream

aws kinesis create-stream --stream-name my-stream --shard-count 1

Deploy

Next, we'll deploy the app to AWS Lambda with jets deploy.

jets deploy

Here's the blog article:

  • Blog Post:

If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!

About

Jets Kinesis Stream Example


Languages

Language:Ruby 100.0%