Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.
/ sqs_sender Public archive

upload a file to S3 and sends an sqs message

Notifications You must be signed in to change notification settings

bebanjo/sqs_sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQS Sender

How to run

Create a config.yml file based on the config.example.yml. You can create as many environments as you need.

E.g., having an staging environemnt:

staging:
  <<: *default
  queue_name: my_queue_name

and a file example.xlsx on the upload folder, run the process using this command:

ENV=staging bin/run example.xlsx

About

upload a file to S3 and sends an sqs message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages