|
|
|
|
|
by dragonwriter
1909 days ago
|
|
> Basically, CloudFormation is like the shittiest programming language you've ever encountered CF json/yaml is essentially declarative asm for AWS resources. CDK is how you use popular higher level languages to generate it, and there are some friendlier-than-raw-CF options in between (like SAM). |
|