Programming to Access Amazon RDS using AWS Lambda

Amazon RDS provides both managed and serverless relational database services for database engines like MySQL, PostgreSQL and SQL Server. AWS Lambda enables serverless compute. For many uses cases like APIs, data processing, the lambda function needs to talk to RDS databases.

In this video, you learn methods to make Lambda function talk to RDS. It will use Python for the programming and MySQL, PostgreSQL as the database engine.

Watch Video at Youtube