Hacker News new | ask | show | jobs
by draklor40 1709 days 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.
1 comments

How 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/

Interesting. Worth taking a look at