Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternatives to aws cli commands #3

Open
mjnagel opened this issue Mar 19, 2024 · 0 comments
Open

Alternatives to aws cli commands #3

mjnagel opened this issue Mar 19, 2024 · 0 comments

Comments

@mjnagel
Copy link
Owner

mjnagel commented Mar 19, 2024

Currently the setup in this repo relies on a lot of aws cli command for setup/teardown. While this works for simple dev use cases it could result in lingering resources since nothing is "in code". We could switch the AWS commands to instead use opentofu / similar to manage those pieces as IaC.

This would be a decent rewrite to the docs, but hopefully make the setup more approachable with a simple tofu apply. We could still keep things simple and local for key setup, state, etc, but this would make the tutorial a bit easier to follow and less error prone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant