Making an AWS Lambda Function Testable Locally: CSV to RDS in Python
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...
jrsokolow.hashnode.dev2 min read