Hacker News new | ask | show | jobs
by nextworddev 590 days ago
Controversial opinion here: just use CDK. Learn cloud formation for advanced stuff. It’s really not that hard and pays dividends
3 comments

Just learn CloudFormation. It’s not that hard, and if you really want to write code, you can implement custom resources for all the times the service team let you down.
CDK is a second class citizen, it is missing implementations for many services and features. CDK was DOA as it should have been a requirement that when AWS added something to terraform it needed to be added to CDK as well.
In my experience AWS' CloudFormation is limited in the number of resources and exposed APIs than any of the CDK.
AWS service teams provide cloud formation support before CDK support in many cases, so eventually CDK users run into situations where they need to look at CF