Skip to content

Commit

Permalink
chore: update s3 bucket names (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydcampbell authored Sep 8, 2023
1 parent 55d5ea7 commit aadfe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/order-notification/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class OrderNotificationInjector extends DynamoStreamInjector<ContainerInj
public async buildContainerInjected(): Promise<ContainerInjected> {
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 }
Expand Down

0 comments on commit aadfe94

Please sign in to comment.