This repo is to trigger Lambda function whenever a json file is uploaded on S3 bucket. It takes department,salary from json file and calculates total sum of salaries for each dept.
Navigate to "tests" Folder and execute python test.py to test the code locally.