Skip to content

Proof of concept using localstack as a mock AWS (cloud) to build a basic data ingestion infra using Terraform

License

Notifications You must be signed in to change notification settings

bolzon/poc-localstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC with localstack

🌪 🌧 🌩

This project is a proof of concept using localstack as a mock AWS (cloud) to build a basic data ingestion infra using Terraform.

Topology

This infra is intended to create a Firehose delivery stream connected to an S3 bucket.

An external application will put records to Firehose and the S3 bucket will receive buffered and gzipped objects.

 

Topology

Execution

Run localstack.

$ docker-compose up -d

Create the infra.

# go to this folder
$ cd terraform/

# build it
$ terraform init
$ terraform plan
$ terraform apply

License

📖  MIT

About

Proof of concept using localstack as a mock AWS (cloud) to build a basic data ingestion infra using Terraform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published