AWS Tutorials - Programming to Access Amazon RDS using AWS Lambda

Опубликовано: 27 Октябрь 2024
на канале: AWS Tutorials
9,408
140

Script URL – https://aws-dojo.com/videos/video15.txt

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 tutorial, you learn methods to make Lambda function talk to RDS. It will use Python for the programming and MySQL, PostgreSQL as the database engine.