Thomas Rausch
Thomas Rausch
Hey Peter @kingster307, thanks for reporting. Could you be a bit more specific about what events you mean? Are those s3 notifications configurations triggering a lambda? If so, could you...
Hi @acm19, sorry for the late response . What exactly do you mean when you say V4 signature support for opensearch? Do you mean that you want to test IAM...
ok well this is something we could generalize into a signature verification handler, and at least verify against the test credentials (`AWS_ACCESS_KEY_ID=test`, and `AWS_SECRET_ACCESS_KEY=test`). i can see how this can...
Hello Dorran @dorranh, welcome to the community! Unfortunately, the circular dependency is not new, and is needed because of the way our release and build pipeline is structured, and simply...
Just to clarify: are you including the localstack package to add the CLI to your distribution, or are you using localstack as a library?
adding the `-inMemory` if `PERSISTENCE=0` seems the most user friendly. maybe adding an option to overwrite it would be good though, something like `DYNAMODB_IN_MEMORY` to be consistent with the others:...
Hi! Just an update on the issue: we've introduced a new environment variable `DYNAMODB_IN_MEMORY=1` that you can set to overwrite the storage behavior. Note that this will overwrite the DB...
just noticing and taking a note that this line here is wrong and needs to be removed otherwise the exceptions are swallowed: https://github.com/localstack/localstack/blob/fc61ff5cc0a2809a411c0e945738cd15a44478e8/localstack/utils/patch.py#L74
that's awesome @sp-jose-herrero, thanks for running the benchmarks again, those are fantastic insights. we've ramped up our efforts to improve performance in localstack, both startup time and request throughput. we're...
hey Matt @gluefactory, we don't have a clean way to bypass the localstack proxy right now. There are some configuration tricks we could do to simplify it, but that would...