We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ce1ae commit b3b92d2Copy full SHA for b3b92d2
functions/lambda.py
@@ -206,6 +206,8 @@ def main():
206
for launch_template in launch_templates:
207
if launch_template.is_arm and not image_id_arm:
208
raise MissingEnvironmentVariable('Set the "SSM_PARAMETER_NAME_ARM" environment variable')
209
+
210
+ for launch_template in launch_templates:
211
lt_image_id = image_id_arm if launch_template.is_arm else image_id
212
213
if not is_launch_template_updated(lt_image_id, launch_template):
0 commit comments