adamatti / terraform-like

Pet project to create AWS artifacts (e.g. s3, sqs, dynamo) on localstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pet project to create AWS artifacts (e.g. s3, sqs, dynamo) on localstack. DO NOT USE IT FOR LIVE ENVS!

But why not Terraform / Pulumi / etc

Because they are slow for local development (IMHO) and I don't care about state (it is ok to destroy / recreate).

Next steps

  • destroy? (do I need it?)

About

Pet project to create AWS artifacts (e.g. s3, sqs, dynamo) on localstack


Languages

Language:JavaScript 91.0%Language:Makefile 9.0%