aws-samples / mlops-amazon-sagemaker

Workshop content for applying DevOps practices to Machine Learning workloads using Amazon SageMaker
Apache License 2.0
296 stars 126 forks source link

python3.6 is no longer supported for creating or updating AWS Lambda function #30

Closed krishnamanchikalapudi closed 1 year ago

krishnamanchikalapudi commented 2 years ago

Update 1-Built-In-Algorithm/02.CF-MLOps-BIA-BuildPipeline.yml with Runtime python3.9. Refer below error while deploying to Cloud Formation.

Resource handler returned message: "The runtime parameter of python3.6 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.9) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: 56805c61-e7fa-4925-9c16-9e032de4a1c9)" (RequestToken: 159d-1692-fc18-9e4f-8dfde84, HandlerErrorCode: InvalidRequest)

krishnamanchikalapudi commented 1 year ago

PR is merged.