v1.0.0
AWS Lambda Layer Release - PyODBC for MSSQL
We are excited to announce the release of the AWS Lambda layer artifacts that provide seamless connectivity to Microsoft SQL Server databases using the pyodbc library.
This release includes version-specific zip files tailored for various combinations of Python versions, Microsoft ODBC driver versions, and UNIXODBC versions. You can use these artifacts to easily integrate SQL Server connectivity into your AWS Lambda functions without the hassle of manual configuration.
Available packages for this release:
- pyodbc-layer-3.9-mssql18-unixODBC2.3.12.zip: For Python 3.9 with Microsoft ODBC Driver 18 and UNIXODBC 2.3.12.
- pyodbc-layer-3.9-mssql17-unixODBC2.3.12.zip: For Python 3.9 with Microsoft ODBC Driver 17 and UNIXODBC 2.3.12.
- pyodbc-layer-3.10-mssql18-unixODBC2.3.12.zip: For Python 3.10 with Microsoft ODBC Driver 18 and UNIXODBC 2.3.12.
- pyodbc-layer-3.10-mssql17-unixODBC2.3.12.zip: For Python 3.10 with Microsoft ODBC Driver 17 and UNIXODBC 2.3.12.
- pyodbc-layer-3.11-mssql18-unixODBC2.3.12.zip: For Python 3.11 with Microsoft ODBC Driver 18 and UNIXODBC 2.3.12.
- pyodbc-layer-3.11-mssql17-unixODBC2.3.12.zip: For Python 3.11 with Microsoft ODBC Driver 17 and UNIXODBC 2.3.12.
- pyodbc-layer-3.12-mssql18-unixODBC2.3.12.zip: For Python 3.12 with Microsoft ODBC Driver 18 and UNIXODBC 2.3.12.
- pyodbc-layer-3.12-mssql17-unixODBC2.3.12.zip: For Python 3.12 with Microsoft ODBC Driver 17 and UNIXODBC 2.3.12.
Key Features:
- Automated CI/CD: Our GitHub Actions CI/CD pipeline ensures that the latest Lambda layer artifacts are consistently built, tested, and released whenever new versions are pushed.
- Effortless Integration: Simply download the pre-built zip files from the GitHub releases section and attach them to your AWS Lambda functions.
To get started, refer to the Usage section in the README for detailed steps on downloading and integrating the layers into your Lambda functions.
Thank you for using our AWS Lambda layers for PyODBC with Microsoft SQL Server. We look forward to supporting your serverless applications!
Full Changelog: https://github.com/vickyboston20/aws-lambda-pyodbc-layer/commits/v1.0.0