localstack-python-client icon indicating copy to clipboard operation
localstack-python-client copied to clipboard

Suggestion: document environment variable LOCALSTACK_HOST

Open raffienficiaud opened this issue 4 years ago • 1 comments

I am using Celery w. dynamoDB backend. The way to configure the dynDB endpoint in Celery is intercepted by localstack and localhost is injected instead.

Reading the code, I've found the environment variable LOCALSTACK_HOST that can be used for this purpose, I believe it is worth mentioning that variable somewhere in the README.

raffienficiaud avatar Feb 17 '21 16:02 raffienficiaud

A year ago I also discovered this option to change the HOST via that variable, but only after reading through the source code! I definitely agree that it should be better documented!

florianakos avatar Mar 19 '21 21:03 florianakos

Note: Fixed in #44 :)

AndrewFarley avatar Jan 26 '23 09:01 AndrewFarley

Seems like this one is already fixed. I'll close this issue for now.

alexrashed avatar Sep 28 '23 07:09 alexrashed