From 98548c91bb967a4d7fb66c15a2d02090d499c420 Mon Sep 17 00:00:00 2001 From: Felipe Forbeck Date: Tue, 22 Oct 2024 16:00:30 -0300 Subject: [PATCH] removed reserved env var --- stacks/billing-stack.js | 1 - 1 file changed, 1 deletion(-) diff --git a/stacks/billing-stack.js b/stacks/billing-stack.js index 669198e7..5d6d1a09 100644 --- a/stacks/billing-stack.js +++ b/stacks/billing-stack.js @@ -186,7 +186,6 @@ export function BillingStack ({ stack, app }) { timeout: '15 minutes', bind: [stripeSecretKey], environment: { - AWS_REGION: stack.region, CUSTOMER_TABLE_NAME: customerTable.tableName, // TODO (fforbeck): make this a config based on the env: local, staging, prod STRIPE_BILLING_METER_EVENT_NAME: 'test-gateway-egress-traffic'