midknight41 / easy-sqs

Simplified Library for using AWS Simple Queuing Service (SQS)
MIT License
9 stars 7 forks source link

AWS config shouldn't be required, or at least validated. #1

Closed DavidTanner closed 9 years ago

DavidTanner commented 9 years ago

The access keys are already validated by the AWS sdk, they should be passed in if provided, but not validated by the library.

This decouples the lib from how AWS expects its parameters, giving the flexibility to the end user to set up the project as needed.

midknight41 commented 9 years ago

@DavidTanner Thanks for contributing! Published to npm as 0.5.0