Skip to content

Smartibuy/taste-shoryuken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartibuyWorker

Testament of sending and receiving Message of AWS SQS

Run

Configure right credential

$ echo export AWS_ACCESS_KEY_ID=<aws-key-id> >> ~/.bash_profile
$ echo export AWS_SECRET_ACCESS_KEY=<aws-access-key> >> ~/.bash_profile
$ echo export AWS_REGION=ap-northeast-1 >> ~/.bash_profile
$ source ~/.bash_profile

Start the worker

$ bundle exec shoryuken -r ./workers/worker.rb -C shoryuken.yml

Send a test message to the SQA_queue

$ ruby send_evts.rb

LICENSE

MIT @ Smartibuy

About

testament of shoryuken with AWS SQS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages