From ad2fc1ce4b659ffd85fec97d61a5a725e7c943d9 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 27 May 2026 06:17:16 -0500 Subject: [PATCH] chore: reestablish datalake --- infra/stage.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/stage.ts b/infra/stage.ts index beb3f5925b..8d80eefed8 100644 --- a/infra/stage.ts +++ b/infra/stage.ts @@ -5,10 +5,8 @@ export const domain = (() => { })() export const zoneID = "430ba34c138cfb5360826c4909f99be8" -// Dev owns the shared AWS lake/stats infra for all non-production stages. export const awsStage = $app.stage === "production" ? "production" : "dev" -// Temporarily omit AWS infra so SST removes the lake/stats resources. -export const deployAws = false +export const deployAws = $app.stage === awsStage new cloudflare.RegionalHostname("RegionalHostname", { hostname: domain,