This project downloads the csv file from s3 bucket into lambda function which pushe each line in messaging services like SQS, RabbitMQ and Kafka
- clone the repo
- cd to the diectory of messaging service you want to work with
- change your directory to env/lib/site-packages
- zip the site-packages ( zip -r <file.zip> .)
- upload the zip file to aws lambda (aws lambda update-function-code --function-name <function_name> --zip-file fileb://<zip_file_name>
- run test_parallel.py inside test folder