Solve ‘yum: command not found’ in AWS Lambda Python 3.12 base image

Solve 'yum command not found' in AWS Lambda Python 3.12 base image

πŸ“Œ The Issue When I tried to install the Microsoft ODBC Driver (msodbcsql17) inside my custom image using the AWS Lambda Python 3.12 base image: I used this command: But it failed with this error: ❓ Why It Happens Starting with Python 3.12, the Lambda base image now uses Amazon Linux 2023.This version does not … Read more