I am working on an item whereby a CloudWatch alarm triggers an SNS notification, which in turn triggers an AWS Lambda Function (in Python). I need the function to connect to a SQL server and run a command. I have tried with pyodbc and pypyodbc, and so far no luck. I'm starting to think it won't be possible.
If not possible in Python, can it be done in C# ?