Spent a very long time trying to get PyOdbc working in Lambda (to connect to an MS Sql DB) without success due to dependencies on unix odbc not being present in Lambda runtime.
Thankfully came across your layer after several hours of searching and this has helped me get this working. Thank you for creating and sharing it.
Do you have any instructions on how you did it? I am conscious that as versions of Python or the MS driver change this may no longer work and I am interested in knowing how to recreate it.
Thanks
Carl
Spent a very long time trying to get PyOdbc working in Lambda (to connect to an MS Sql DB) without success due to dependencies on unix odbc not being present in Lambda runtime.
Thankfully came across your layer after several hours of searching and this has helped me get this working. Thank you for creating and sharing it.
Do you have any instructions on how you did it? I am conscious that as versions of Python or the MS driver change this may no longer work and I am interested in knowing how to recreate it.
Thanks
Carl