Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 89e8e42

Browse files
authored
Merge pull request #172 from aws-solutions/python_version_bump
version bump python to fix failed deployments
2 parents 3d63767 + 47fc62c commit 89e8e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/efs-file-manager-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Resources:
291291
Handler: website_helper.lambda_handler
292292
MemorySize: 256
293293
Role: !GetAtt WebsiteHelperRole.Arn
294-
Runtime: python3.6
294+
Runtime: python3.9
295295
Timeout: 900
296296
Environment:
297297
Variables:

0 commit comments

Comments
 (0)