A module that creates AWS Kinesis Firehose using S3 Destination, AWS SQS and AWS Kinesis Stream
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.
- Install Terraform.
- Set your AWS credentials as the environment variables
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
. - Run
terraform init
. - Run
terraform plan
. - Run
terraform apply
. - After it's done deploying, the project will output URLs or IPs you can try out.
- To clean up and delete all resources after you're done, run
terraform destroy
.