alexanderluiscampino / lambda-layers

Several layers for AWS Lambda
32 stars 15 forks source link

Pyodbc works on Cloud9 but not with lambda layer #6

Open Sosotess93 opened 5 months ago

Sosotess93 commented 5 months ago

Hello, I need your help. Tried to connect an SQL Server with Python3.9/3.11 using a layer of Pyodbc but I still getting a timeout from lambda. I tried on Cloud9 and it works with same VPC and Subnet but doesn't work on lambda. Can you please help me to figure why ? What did I made wrong ?

Best regards

alexanderluiscampino commented 4 months ago

@Sosotess93 without an proper error, ir hard to debug anything.

Also, the layer is for python 3.8. 3.9 and above won't be compatible.