DEV Community

Discussion on: The AWS Cloud Development Kit

Collapse
 
kayis profile image
K

CloudFormation Modules also uses NPM for distributing pre-defined templates, but sticks to YAML/JSON.

I don't know what is the better approach.

CDK is easier for JS developers to use, cfn-modules are easier for CF developers to use.