chore: reestablish datalake

This commit is contained in:
Adam 2026-05-27 06:17:16 -05:00
parent 5acc368ef4
commit ad2fc1ce4b
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -5,10 +5,8 @@ export const domain = (() => {
})() })()
export const zoneID = "430ba34c138cfb5360826c4909f99be8" 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" export const awsStage = $app.stage === "production" ? "production" : "dev"
// Temporarily omit AWS infra so SST removes the lake/stats resources. export const deployAws = $app.stage === awsStage
export const deployAws = false
new cloudflare.RegionalHostname("RegionalHostname", { new cloudflare.RegionalHostname("RegionalHostname", {
hostname: domain, hostname: domain,