Ben Simon Hartung
Ben Simon Hartung
## Motivation TBD ## Changes TBD Note: as we can use random Access Keys in LocalStack without having them being created in IAM, most of the time we won't be...
## Motivation As reported with #10796, I've introduced a small regression with #10788 by fixing cross-account and pulling the listing operations from moto. ## Changes - re-introduced the pagination and...
## Motivation Taken from #7396 from @thrau: This PR adds code to make calls from boto clients directly to a Gateway without an HTTP server roundtrip. This can make internal...
## Motivation TBD, trying to understand what exactly is taking 30 to 45s in a simple APIGW test spawning a DDB table and setting up an integration against it Runs:...
## Motivation TBD, this is just a test PR which will be used to compile all the work on the next gen APIGW provider, as well as to be rebased...
## Motivation We need a separate context, representing the `$context` variables used to render VTL templates, and which is also passed in the payload to `AWS_PROXY` integrations. More informations about...
## Motivation In LocalStack API Gateway, we currently have a specific path-style format to call `execute-api`: `http(s)://:/restapis///_user_request_/`. The actual AWS format is this, with the host: `http(s)://.execute-api.//` There are multiple...
Follow-up from #8007: it seems the PR was a bit too strict. AWS S3 allows you to create buckets in other regions if your client region is set in `us-east-1`...
## Motivation As reported in #11534, we entered a deadlock when calling `GetObject` with an invalid range, as we never released the lock that we purposefully do not release until...
## Motivation TBD ## Changes TBD