Skip to content

Conversation

@ajitdsa
Copy link

@ajitdsa ajitdsa commented Jan 3, 2021

Added in the option to specify endpoint_url for a queue.

Example:
my_queue = QueueConfig('my-queue', my_event_bus, queue_acct_id='000000000000', endpoint_url='http://localhost:4566')

This is a typical usage for localstack for SQS and other various AWS tools running on local machine:
https://github.com/localstack/localstack

Added in the option to specify endpoint_url for a queue.
my_queue = QueueConfig('my-queue', my_event_bus, queue_acct_id='000000000000', endpoint_url='http://localhost:4566')
This is a typical usage for localstack to SQS and other various AWS tools running on local machine:
https://github.com/localstack/localstack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant