AWS for Developers: RDS MySQL Database with Lambdas

Go to class
Write Review

Free Online Course: AWS for Developers: RDS MySQL Database with Lambdas provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. AWS for Developers: RDS MySQL Database with Lambdas is taught by Bear Cahill.

Overview
  • Learn how to leverage RDS (relational databases) for MySQL Database with Lambdas.

Syllabus
  • Introduction

    • Lambda access to RDS MySQL
    • What you should know
    1. AWS RDS MySQL Database
    • AWS account and console
    • RDS and costs
    • Creating a MySQL database
    • Accessing the database
    • Creating a database table
    2. Node.js Project
    • Initialize a Node.js project
    • Adding MySQL
    • Using a separate config file
    • Creating a DB connection
    • Running a query locally
    3. Lambda
    • Lambda basics
    • Converting code to Lambda
    • Uploading the Lambda
    • Testing the Lambda
    • Promisify to clean up
    4. SQL Queries
    • Query rows
    • Insert rows
    • Delete rows
    • Update rows
    • Passing in data
    • Calling Lambdas
    Conclusion
    • Next steps