Rename bt-ee-proxy to ee-proxy

We want to rename the `bt-ee-1-proxy` lambda function to `ee-1-proxy`.
This change will need to be deployed at the same time that we change
the name of the lambda function in the Terraform.
This commit is contained in:
Katie Smith
2021-01-25 14:28:40 +00:00
parent 50369b4aa9
commit 2681752f15
2 changed files with 16 additions and 16 deletions

View File

@@ -174,8 +174,8 @@ class CBCProxyCanary(CBCProxyClientBase):
class CBCProxyEE(CBCProxyClientBase):
lambda_name = 'bt-ee-1-proxy'
failover_lambda_name = 'bt-ee-2-proxy'
lambda_name = 'ee-1-proxy'
failover_lambda_name = 'ee-2-proxy'
LANGUAGE_ENGLISH = 'en-GB'
LANGUAGE_WELSH = 'cy-GB'