diff --git a/deployment/scene-intelligence-with-rosbag-on-aws-create.template b/deployment/scene-intelligence-with-rosbag-on-aws-create.template index 72fe0dd7..006cfec1 100644 --- a/deployment/scene-intelligence-with-rosbag-on-aws-create.template +++ b/deployment/scene-intelligence-with-rosbag-on-aws-create.template @@ -444,7 +444,7 @@ Resources: return response Handler: index.lambda_handler - Runtime: python3.7 + Runtime: python3.9 Timeout: 300 Role: !GetAtt CodeBuildLambdaExecutionRole.Arn CodeBuildLambdaExecutionRole: diff --git a/deployment/scene-intelligence-with-rosbag-on-aws-delete.template b/deployment/scene-intelligence-with-rosbag-on-aws-delete.template index bfa31ee0..7e4fa346 100644 --- a/deployment/scene-intelligence-with-rosbag-on-aws-delete.template +++ b/deployment/scene-intelligence-with-rosbag-on-aws-delete.template @@ -461,7 +461,7 @@ Resources: return response Handler: index.lambda_handler - Runtime: python3.7 + Runtime: python3.9 Timeout: 300 Role: !GetAtt CodeBuildLambdaExecutionRole.Arn CodeBuildLambdaExecutionRole: