-
Notifications
You must be signed in to change notification settings - Fork 0
Infrastructure CDK
Karthik edited this page Mar 1, 2026
·
1 revision
infrastructure/cdk/
- Provision API Gateway, Lambda, Cognito, DynamoDB, S3, and supporting resources
- Capture environment-specific wiring and permissions
- Provide reproducible, versioned infrastructure changes
cd infrastructure/cdk
cdk synth
cdk diff
cdk deploy --all- Review
cdk diffbefore deployment - Keep IAM permissions scoped tightly
- Separate shared vs environment-specific settings
- Track breaking infra changes in release notes
- Use CDK/unit/integration tests under infra test directories
- Validate stack outputs consumed by frontend/backend modules
Last updated: 2026-03-01