chore: simplify honeycomb alerts (#26142)

This commit is contained in:
Victor Navarro
2026-05-07 09:56:10 +02:00
committed by GitHub
parent 293bb422fa
commit f8aa4a3be0
15 changed files with 186 additions and 409 deletions
+7
View File
@@ -1,4 +1,11 @@
sst.Linkable.wrap(random.RandomPassword, (resource) => ({
properties: {
value: resource.result,
},
}))
export const SECRET = {
R2AccessKey: new sst.Secret("R2AccessKey", "unknown"),
R2SecretKey: new sst.Secret("R2SecretKey", "unknown"),
HoneycombWebhookSecret: new random.RandomPassword("HoneycombWebhookSecret", { length: 24 }),
}