S3 Data ingestion to RDS through lambda
Objective: Create a Lambda function. Trigger the lambda function execution, on upload of csv file in S3 Bucket. It will read and insert the CSV data to RDS mysql database. After data ingestion, remove the file from S3 bucket. Prerequisite: i) Create IAM Role: Create IAM role for lambda function Read more…