Process semi-structured movie data and store into MySQL with a Python Lambda function — An ETL pipeline is a process that extract data from data sources such as database, JSON, and CSV files, transforms it such as cleaning, aggregation, and load it into a database. When speaking of building ETL pipelines, tools like Spark, Kafka, Hive, Airflow show up. However, if the data source…