You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,20 +67,24 @@ No VPC/EC2 is required for the minimal path.
67
67
This repo is designed so you can keep a minimal, low-cost baseline (the core S3→Lambda→SQS→Lambda→S3 pipeline) and enable “enterprise” capabilities via Terraform toggles. Marking modules as **optional** avoids misunderstandings when:
68
68
69
69
- You intentionally keep a capability off (cost, complexity, or permissions).
70
+
- Your org policies block certain APIs (for example, CloudWatch dashboard/alarm writes).
71
+
- You want to demonstrate the architecture and toggles without implying every deployment has every module enabled.
0 commit comments