Making an AWS Lambda Function Testable Locally: CSV to RDS in Python
Jun 3, 2025 · 2 min read · While building a serverless pipeline to transform .csv files and load them into a PostgreSQL RDS database on AWS, I reached a point where I wanted to write a local test for the Lambda function that handles the transformation. The original Lambda hand...
Join discussion



