localstack-python-client
localstack-python-client copied to clipboard
🐍 A lightweight Python client for LocalStack
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...
Also related to the latest comment on [1498 ](https://github.com/localstack/localstack/issues/1498)in the main localstack repo. I'm starting multiple localstack instances using the new EDGE_PORT capability with a different edge port for each...
Would love to see: - asyncio version of localstack_client - monkeypatch aioboto3 `client` and `resource` Thanks :)
Trying to package localstack for Nixpkgs. Wanted to pull in tests from github to ensure that localstack-client works, however, it's hard to know which commit was used for a particular...
using enable_local_endpoints() the following error is thrown when uploading to s3 with pandas and S3FS ``` 024-03-06 11:28:48.862 | ERROR | tests.integration.test_pipelines:test_analytics:124 - An error has been caught in function...
After struggling for several hours with Docker Compose, I noticed my problem was actually in this library, which does not seem to support the virtual host addressing for the `s3`...