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'