by Typically a batch job will split a message into individual records, performs some actions on each record, and pushes the processed the output to other downstream systems.

In this article, we are going to build a batch file processing following a serverless architecture using Kumologica.

We are going to implement a batch process flow that will pick up a CSV file as when the file is created in the S3 folder.

Given that most of our dependencies are in AWS, we are going to target AWS Lambda as our deployment target to run our flow.

Related Articles