Skip to content

jaffel-lc/AWS-Kinesis-firehose-sqs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-Kinesis-firehose-sqs

A module that creates AWS Kinesis Firehose using S3 Destination, AWS SQS and AWS Kinesis Stream

This repo is based the article I wrote

article

Quick start

Note: This project deploy resources into your AWS account. Although all the resources should fall under the AWS Free Tier, it is not my responsibility if you are charged money for this.

  1. Install Terraform.
  2. Set your AWS credentials as the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
  3. Run terraform init.
  4. Run terraform plan.
  5. Run terraform apply.
  6. After it's done deploying, the project will output URLs or IPs you can try out.
  7. To clean up and delete all resources after you're done, run terraform destroy.

About

A module that creates AWS Kinesis Firehose using S3 Destination, AWS SQS and AWS Kinesis Stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%