How to connect AWS Lambda with SQL Server RDS
In Windows, if you want to connect to SQL Server don't need to install anything. But Linux has to install unixODBC first. Unluckily AWS Lambda is more difficult than both because lambda's environment is provided by AWS, and you can't control it.
Here...
ninolin.hashnode.dev2 min read