Skip to content

sunitagajurel/Messaging_services_in_serverless

Repository files navigation

Serverless_producer_consumer_model

This project downloads the csv file from s3 bucket into lambda function which pushe each line in messaging services like SQS, RabbitMQ and Kafka

  1. clone the repo
  2. cd to the diectory of messaging service you want to work with
  3. change your directory to env/lib/site-packages
  4. zip the site-packages ( zip -r <file.zip> .)
  5. upload the zip file to aws lambda (aws lambda update-function-code --function-name <function_name> --zip-file fileb://<zip_file_name>
  6. run test_parallel.py inside test folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages