-
Notifications
You must be signed in to change notification settings - Fork 5.7k
CFN and CDK Standards
David Souther edited this page Sep 5, 2024
·
1 revision
- Scenario specifications must document the names of CFN Output variables.
- Like all variables, CFN output variables must be appropriately descriptive.
- Always commit the output of
cdk synth
(This section is a guideline, not a standard)
- Prefer CFN.
- Use what you're more comfortable with.
- If you need to include static and build artifacts, prefer CDK.
- Above three resources of the same type is a smell that CDK might be more apporpriate.