Amazon Kinesis Data Streams to Amazon Data Firehose to Amazon S3

Kinesis Data Streams → Kinesis Data Firehose → Amazon S3

Create a Kinesis Data Streams that writes to Kinesis Data Firehose, then an S3 bucket.

The SAM template deploys a Kinesis Data Streams, a Kinesis Data Firehose and an S3 bucket.
This is a Java project.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Launch Stack

Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/kinesis-data-stream-firehose-s3-sam-java

Deploy

sam deploy --guided


Testing

See the GitHub repo for testing instructions.

Cleanup

1. Delete the stack: sam delete --stack-name STACK_NAME.
2. Confirm the stack has been deleted: aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"

Created by:

Razvan Minciuna

Razvan Minciuna

Software Architect.

Follow on LinkedIn