This tutorial is so chill and calming! I learnt a lot from this and the previous video
@darrenhinde2971Ай бұрын
Found SST in the last two years have been waiting for Ion project to become stable before making the switch and I have to say the wait was worth it. Thanks for a great project.
@Kane0123Ай бұрын
"It's a typescript file" to automatically manage cloud resources. DHH would be rolling in his sky office.
@TheFocusedCoderАй бұрын
SST is great, awesome overview 🙌🏾
@Anonim27121996Ай бұрын
Good overview 👍
@rohithgilla9492Ай бұрын
Pretty neatly explained 🎉
@dovonun29 күн бұрын
I like the idea of IaC. But how does it keep track of data. With data I mean not a database but data inside the database, migrations and backups? A new stage would likely need some data to work and can't use a shared resource if the DB schema changed.
@jay_air29 күн бұрын
I mean that part is similar to if you didn't use IaC to create the database. The database with the data is still there.
@dovonun29 күн бұрын
@@jay_air That is true. I just think the declarative style of IaC is held back because, in day-to-day operations, we can not escape imperative actions. In infra land, I always have to consider both and how they interact. Not sure if this can be solved.