Skip to content

singledigit/kinesis-fan-out-sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinesis Fan-Out to DDB and S3

This application creates an Amazon Kinesis Data Stream two AWS Lambda Functions, a Amazon S3 bucket, and an Amazon DynamoDB table. The Lambda functions are connected to the KDS via the enhanced fan-out method. Records ingested in to the KDS are then written to the DynamoDB table and S3 bucket.

Deploying through AWS Serverless Application Repository (SAR) (preferred)

This application can be deployed directly from the SAR.

https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:700336187521:applications~Kinesis-Enhanced-Fan-Out-to-DDB-S3

Deployment through SAM

This application can be deployed using SAM CLI

* Deploy the Application
```bash
sam deploy -g

About

Simple SAM application demo of Kinesis fanout

Resources

License

Stars

Watchers

Forks

Packages

No packages published