Commit b31b1f2
Yuriy Bezsonov
chore(infra): refactor CloudFormation templates and Lambda functions
- Remove sensitive data from Lambda function logs (database-setup.py, password-exporter.py)
- Replace f-string logging with generic success messages for security compliance
- Reorganize CDK nag suppression rules in base-stack.yaml for consistency
- Reorder suppression rule format to use id-first structure across all CloudFormation templates
- Consolidate and standardize metadata configuration in java-on-amazon-eks-stack.yaml
- Update java-on-aws-immersion-day-stack.yaml metadata structure
- Update java-spring-ai-agents-stack.yaml metadata structure
- Improve generate.sh script for CloudFormation generation
- Enhance security posture by preventing accidental exposure of ARNs and secret names in logs1 parent 46d69b4 commit b31b1f2
7 files changed
Lines changed: 8632 additions & 8629 deletions
File tree
- infra
- cdk/src/main/resources/lambda
- cfn
- scripts/cfn
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments