Connecting AWS Lambda to Microsoft SQL Server Using PyODBC

In this guide, we’ll walk you through the steps to connect AWS Lambda to Microsoft SQL Server using PyODBC. PyODBC leverages a Driver Manager called unixODBC, which allows the loading of different ODBC drivers published by Microsoft for various versions of SQL Server. Before you start, ensure you have the following: These are the step-by-step … Read more