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.
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.