@greateranglia Missed my stop because I didnβt realise the train was 10 coaches and was in the last. Does the driver see if there are people moving down the carriages to try and leave the train before closing doors and moving on?
[1/*] If we take the chance that a tool (compiler, linker, batch, whatever) remains working for a particular codebase after one year as a given probability p, then the chance that build remains working after x years is p^xn, where n is the number of tools used in the build.
@Dig_A_Hash_Kid@t3dotgg I believe the choice was to keep data in a users own control, not theirs. If IA Writer ceases to exist, users still get to keep their data.
There's no real comparison between Terraform and AWS CDK. One tool is IaaC the other is a compiler, bundler and generator for a SaaS IaaC. I find things to be far harder in CDK due to this constraint.
It just feels clunky.
I'm in the process of trying to setup and use an account env stack that will expose some base things such as vpc and subnet ids, since those are handled by a different team, as CDK exports. As that *should* produce an environment agnostic template.