5 ms·
CloudFormation, with its HORRIBLE YAML templating (whatever dsl/language) and arcane error messages is a horror story. I hate it so much that I'd rather quit my
by draklor40 5y ago
CloudFormation, with its HORRIBLE YAML templating (whatever dsl/language) and arcane error messages is a horror story. I hate it so much that I'd rather quit my job than debug why CloudFormation decided for no reason to update my RDS instance for a PR that was just a README file update.
- emmanueloga_ 5y agoHow about Pulumi? [1] Seems compatible with CF and supports TypeScript as configuration language. Any fans? 1: https://www.pulumi.com/docs/guides/adopting/from_aws/ https://www.pulumi.com/docs/guides/adopting/from_aws/
- draklor40 5y agoInteresting. Worth taking a look at