Skip to content

Commit 9bd5b5f

Browse files
committed
fix: UPDATE_MIXED_INSTANCES_POLICY_OVERRIDEN_LAUNCH_TEMPLATES naming
1 parent d4d771f commit 9bd5b5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

functions/lambda.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ class LaunchTemplate:
4343
SENTRY_DSN = environ.get('SENTRY_DSN')
4444
SSM_PARAMETER_NAME = environ['SSM_PARAMETER_NAME']
4545
SSM_PARAMETER_NAME_ARM = environ.get('SSM_PARAMETER_NAME_ARM')
46-
UPDATE_MIXED_INSTANCES_POLICY_OVERRIDEN_LAUNCH_TEMPLATES = environ['UPDATE_MIXED_OVERRIDE_LAUNCH_TEMPLATES'] == 'True'
46+
UPDATE_MIXED_INSTANCES_POLICY_OVERRIDEN_LAUNCH_TEMPLATES = \
47+
environ['UPDATE_MIXED_INSTANCES_POLICY_OVERRIDEN_LAUNCH_TEMPLATES'] == 'True'
4748

4849
if SENTRY_DSN:
4950
sentry_sdk.init(SENTRY_DSN, integrations=[AwsLambdaIntegration()])

functions/lambda.zip

251 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)