Alexander Rashed

Results 57 comments of Alexander Rashed

This now also happens to S3. We could maybe fix these issues by using https://pypi.org/project/pytest-split/ (per service). This would also have the benefit that new tests are not overlooked (currently...

Hi @Rvanmech! Unfortunately, I cannot reproduce your issue. I tried to start LocalStack the same way but on my machine with the Docker CLI: ``` docker run -e EAGER_SERVICE_LOADING=1 -e...

Thanks for the detailed logs! They are indeed a bit weird, and I'm having a hard time reproducing the issue. The `NotImplementedError` can definitely be pinned down to the AWS...

Hi @eoinmcafee00, thanks for your detailed response! Your assumptions are correct, with 2.0 we: - Split the images (`localstack/localstack` for community without pro code, `localstack/localstack-pro` for the pro code), but...

> This only occurs when running in a Kubernetes cluster, have you tried testing yourself in Kubernetes using the latest image? There's no deployment happening, it's a simple CI test...

> When I say running in Kubernetes what I mean is I've setup a standard cluster in AWS which the harness platform is connecting to. The platform will spin up...

Unfortunately, LocalStack has some assumptions on its working directory. It's not meant to be changed that easily to just a random directory (f.e. it sometimes references its own virtual environment)....