Skip to content

Commit 8b97b3d

Browse files
authored
Merge pull request aws-samples#40 from jplock/jp-new-policies
[feat] Add new policy types
2 parents 8110a94 + b2b300e commit 8b97b3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/activation_lambda/index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
"CHATBOT_POLICY",
7979
"TAG_POLICY",
8080
"SECURITYHUB_POLICY",
81+
"UPGRADE_ROLLOUT_POLICY",
82+
"INSPECTOR_POLICY",
8183
]
8284

8385
SERVICE_PRINCIPALS = [

template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ Resources:
698698
MemorySize: 1024 # megabytes
699699
PropagateTags: true
700700
Role: !GetAtt rFunctionRole.Arn
701-
Runtime: python3.13
701+
Runtime: python3.14
702702
Timeout: 20 # seconds
703703

704704
rActivateCustomResource:

0 commit comments

Comments
 (0)