bushwallyta271828 / logic_graph_scalable

This repository should support the logicgraph.dev website, taking over from logic_graph.
MIT License
0 stars 0 forks source link

Workflows sensitive to tool deprecation? #27

Closed bushwallyta271828 closed 7 months ago

bushwallyta271828 commented 8 months ago

I'm getting slightly concerned that I'm going to end up using a bunch of tools which might automatically default to different versions in the future. AWS CLI, for example. What if eventually AWS rolls out CLI v3 and then my deployment code breaks? It's almost as though I need a Docker file for the infrastructure as well as the intended server code.

bushwallyta271828 commented 7 months ago

After a few weeks, the only tools I'm using are from Docker and GitHub, and they're the most basic tools possible. I'm sure it'll be fine.