Skip to content

Commit

Permalink
chore: Updating handlers to use python39 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Feb 21, 2024
1 parent d278595 commit ea0e941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Resources:

return response
Handler: index.lambda_handler
Runtime: python3.7
Runtime: python3.9
Timeout: 300
Role: !GetAtt CodeBuildLambdaExecutionRole.Arn
CodeBuildLambdaExecutionRole:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Resources:

return response
Handler: index.lambda_handler
Runtime: python3.7
Runtime: python3.9
Timeout: 300
Role: !GetAtt CodeBuildLambdaExecutionRole.Arn
CodeBuildLambdaExecutionRole:
Expand Down

0 comments on commit ea0e941

Please sign in to comment.