Hi, great tutorial thanks!

However, after uploading and running in Lambda I get a "file not found" error. Inside the docker it runs OK... do you have any…

Hi, great tutorial thanks!

However, after uploading and running in Lambda I get a "file not found" error. Inside the docker it runs OK... do you have any recommendation?

```

{

"statusCode": 503,

"body": "\"('01000', \\\"[01000] [unixODBC][Driver Manager]Can't open lib '/var/task/msodbcsql/lib64/libmsodbcsql-13.1.so.9.2' : file not found (0) (SQLDriverConnect)\\\")\"",

"headers": {

"Content-Type": "application/json"

}

}

```