Skip to content

Commit e3838c1

Browse files
authored
bump python version (#1294)
1 parent 435f749 commit e3838c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference-artifacts/ssm-documents/attach-iam-role-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mainSteps:
1616
- name: attachPolicy
1717
action: 'aws:executeScript'
1818
inputs:
19-
Runtime: python3.7
19+
Runtime: python3.11
2020
Handler: script_handler
2121
Script: |-
2222
import boto3

reference-artifacts/ssm-documents/ssm-patching-role-tagging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mainSteps:
1616
- name: LookupRole
1717
action: 'aws:executeScript'
1818
inputs:
19-
Runtime: python3.8
19+
Runtime: python3.11
2020
Handler: getRoleName
2121
InputPayload:
2222
roleId: '{{RoleId}}'

0 commit comments

Comments
 (0)