From aadfe94bd8548156fdd5b1e6f2037630e22d4fc5 Mon Sep 17 00:00:00 2001 From: Riley Campbell Date: Fri, 8 Sep 2023 14:35:31 -0400 Subject: [PATCH] chore: update s3 bucket names (#320) --- lib/handlers/order-notification/injector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/handlers/order-notification/injector.ts b/lib/handlers/order-notification/injector.ts index 3cff57c8..8eb2f9d8 100644 --- a/lib/handlers/order-notification/injector.ts +++ b/lib/handlers/order-notification/injector.ts @@ -22,7 +22,7 @@ export class OrderNotificationInjector extends DynamoStreamInjector { const stage = checkDefined(process.env['stage'], 'stage should be defined in the .env') const webhookProvider = new S3WebhookConfigurationProvider( - `${WEBHOOK_CONFIG_BUCKET}-${stage}`, + `${WEBHOOK_CONFIG_BUCKET}-${stage}-1`, PRODUCTION_WEBHOOK_CONFIG_KEY ) return { webhookProvider }