mozart-analytics / sqsd

A simple alternative to the Amazon SQS Daemon ("sqsd") used on AWS Beanstalk worker tier instances.
MIT License
59 stars 8 forks source link

should not require AWS_ACCESS_KEY_ID #8

Open mogadanez opened 8 years ago

mogadanez commented 8 years ago

in AWS setup prefer to use IAM roles instead key/secret pairs

mortizbey commented 8 years ago

You are right, I will evaluate the code to see if we can use the normal AWS authentication chain instead of forcing to use AWS keys.

mogadanez commented 8 years ago

Just rewrite this repo to node.js https://www.npmjs.com/package/sqsd with this changes. for me it takes much less memory to run

mortizbey commented 8 years ago

That's great! However we would appreciate some credit and backreference to this repository so that people that do not want to use node.js can have a JAVA based alternative.