Skip to content

pmuens/serverless-kinesis-streams

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Serverless Kinesis streams

Serverless service to showcase Kinesis stream support.

Installation

Make sure that you use Serverless v1.

  1. Run serverless install --url https://github.com/pmuens/serverless-kinesis-streams to install the service in your current working directory
  2. Next up cd into the service with cd serverless-kinesis-streams
  3. Run npm install
  4. Create a new Kinesis stream called data-receiver
  5. Update the stream ARN property in the serverless.yml file with the stream ARN of your data-receiver stream
  6. Deploy with serverless deploy

How to use

  1. Run serverless invoke --function dataReceiver --path event.json to send data to the Kinesis stream
  2. Run serverless logs --function logger to see the which data was send to the Kinesis date-receiver stream

AWS services used

  • Lambda
  • Kinesis

About

Serverless service to showcase Kinesis stream support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published