An open API service indexing awesome lists of open source software.

https://github.com/adamatti/terraform-like

Pet project to create AWS artifacts (e.g. s3, sqs, dynamo) on localstack
https://github.com/adamatti/terraform-like

aws javascript js terraform

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Pet project to create AWS artifacts (e.g. s3, sqs, dynamo) on [localstack](https://github.com/localstack/localstack).
**DO NOT USE IT FOR LIVE ENVS!**

# But why not [Terraform](https://www.terraform.io/) / [Pulumi](https://www.pulumi.com/) / 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?)