Joel Scheuner

Results 13 issues of Joel Scheuner

Depends on: https://github.com/localstack/localstack/pull/12441 ## Motivation The test `test_async_invoke_queue_upon_function_update` has been flaky in CircleCI (e.g., [old example](https://app.circleci.com/pipelines/github/localstack/localstack/27256/workflows/07361ef1-6096-46f0-a007-aef7d094e7ae/jobs/233909)) and locally (assertion error `14 != 15`). ## Changes * Migrate test to new...

semver: patch

### Checkboxes for prior research - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [x] I've searched for [previous similar...

bug
needs-triage

### Issue https://github.com/aws/aws-sdk-js-v3/issues/7136 ### Description S3 requests fail against emulators such as LocalStack if they use [virtual-host-style S3 requests](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html) with a single endpoint for all services (e.g., `AWS_ENDPOINT_URL=https://localhost.localstack.cloud:4566`) rather than...