TheClimateCorporation / squeedo

clojure core.async based amazon SQS message processing
Apache License 2.0
62 stars 28 forks source link

Add account-id option for cross-account connections #54

Open plabanauskis opened 3 years ago

plabanauskis commented 3 years ago

This pull request adds ability for the clients to connect to the queues that reside in different AWS accounts. Appropriate policies must be set in those accounts to allow access.

A new option account-id has been added to support this behavior. If the account-id is not provided, then the default behavior is to connect to the queue in the client's current account.