|
|
|
|
|
by ldoughty
1547 days ago
|
|
I only recommend cdk for situations where you have to dynamically build environments (for instance, user-configururable vpcs that include dynamic objects)... Basically situations where you'd need dozens of "conditionals" to overcome for-loop and linkage issues. In most other cases, SAM or direct cloud formation is usually sufficient. |
|