diff --git a/lib/compute-stack.ts b/lib/compute-stack.ts index b3ed057..a936c4d 100644 --- a/lib/compute-stack.ts +++ b/lib/compute-stack.ts @@ -102,7 +102,7 @@ export class ComputeStack extends Stack { // --name "rems/webhook-secret" \ // --secret-string "" \ // --region ap-southeast-2 - const webhookSecret = Secret.fromSecretNameV2(this, "RemsWebhookSecret", "rems/webhook-secret"); + // const webhookSecret = Secret.fromSecretNameV2(this, "RemsWebhookSecret", "rems/webhook-secret"); // ─────────────────────────────────────────────────────────────────────── executionRole.addToPolicy(