Building pyodbc for AWS Lambda’s Python 3.13 Runtime
In my previous post, I walked through building pyodbc for Python 3.9 Lambda functions. With the release of Python 3.13 support in Lambda, it’s time for an update. Here’s the Dockerfile that builds a Lambda container image with pyodbc and SQL Server support: The key differences from the Python 3.9 version include: Example Usage Create …