| I used this as an example before, the AWS SDK https://boto3.amazonaws.com/v1/documentation/api/latest/inde... It’s the same in every supported language since it is autogenerated from service definition files. I chose the Python version because it is all on one page. Would you rather memorize thousands of functions across hundreds of classes? Should AWS “reduce complexity” by getting rid of services and functionality? Would you rather have an auto complete IDE or have to look up the web reference? I’m sure it’s more complex to run S3 at scale than to build out the data center I did as part of my job to store 4TB worth of data in the early 2000s. I would much rather run a 4 line CloudFormation template and do it in less than a second over it taking months to do it in house. I started my programming in assembly in the 80s, should we go back to that too or should we keep using compilers and interpreters? Should we keep programming in C or should we use manages runtimes with garbage collection? |