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
typecheck-infra: ## Type-check CDK infra TypeScript (tsc --noEmit)
221
+
cd$(INFRA_DIR)&& npm run typecheck
222
+
207
223
##@ CI
208
224
209
225
ci: vet fmt-check lint typecheck test test-server-e2e build ## Full CI gate (vet, fmt-check, lint, typecheck, test, e2e, build). Mirrors `.github/workflows/ci.yml`; needs Docker for e2e.
|`CDK_DEFAULT_ACCOUNT`| Yes | AWS account ID where stacks are deployed |
129
132
|`CDK_DEFAULT_REGION`| Yes | AWS region (e.g., `us-east-1`) |
130
133
|`ROUTE53_ZONE_ID`| Yes | Route 53 hosted zone ID for the domain |
134
+
|`CERTIFICATE_ARN`| Yes | Pre-issued ACM cert ARN to import in NetworkingStack |
131
135
132
136
These are loaded automatically via `dotenv` when CDK runs. Do **not** put AWS credentials (`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`) in this file — use `aws configure` or AWS SSO instead.
0 commit comments