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
- Host: GitHub
- URL: https://github.com/adamatti/terraform-like
- Owner: adamatti
- Created: 2021-07-07T15:42:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T15:17:55.000Z (over 4 years ago)
- Last Synced: 2025-01-19T10:42:18.580Z (over 1 year ago)
- Topics: aws, javascript, js, terraform
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?)