clients: cbc_proxy client uses _ld not _lambda

_ld is better than _lambda because it causes primitive python syntax
highlighting to not get confused

_lambda is better than _ld because it is less jargon

Signed-off-by: Toby Lorne <toby.lornewelch-richards@digital.cabinet-office.gov.uk>
Co-authored-by: Pea <pea.tyczynska@digital.cabinet-office.gov.uk>
Co-authored-by: Katie <katie.smith@digital.cabinet-office.gov.uk>
This commit is contained in:
Toby Lorne
2020-10-20 13:59:52 +01:00
parent 14f8e7a5ff
commit ee79768d43
2 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ class CBCProxyNoopClient:
class CBCProxyClient:
def init_app(self, app):
self._lambda_client = boto3.client(
self._ld_client = boto3.client(
'lambda',
region_name='eu-west-2',
aws_access_key_id=app.config['CBC_PROXY_AWS_ACCESS_KEY_ID'],