-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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.
- About the AWS SDK Code Examples repo
- Code quality guidelines - testing and linting
- Code comment guidelines
- Sample files guidelines
- Cross-service example guidelines
- README templates
-
Code example standards
- General standards
- .NET code example standards
- C++ code example standards
- CLI/Bash code example standards
- Go code example standards
- Kotlin code example standards
- Java code example standards
- JavaScript code example standards
- PHP code example standards
- Python code example standards
- Swift code example standards
- SAP-ABAP code example standards
- Ruby code example standards
- Rust code example standards