Ed Holland
Ed Holland
This feature would significantly increase the value of this integration!
I dont think that there's any requirement to hit two endpoints sequentially within the framework - we just want the ability to be able to proxy HTTP requests to both...
Yes exactly, we want to `startExecution` and then poll a `getExecution` for eventually getting results.
@shota Thank you greatly for this contribution, It's added significant value to this project!
I also experience this issue with `localstack/localstack:latest` on both macos and ubuntu 20.20
Its an awful lot cheaper than the redis instances we're using at the moment - and there's practically zero management overhead to boot!
1. Yeah its not overly performant - overall requests take about 500 millisec. However this is "good enough" for our use-case 2. Concurrency mostly - We're going to be running...
@lukyanov: postgres does not have true subtransactions feature - so the example code you show would not work as intended anyway
Thanks for the updated PR @lukyanov, I agree that the benefits you cite above are important and should be maintained. The `register_user` example makes a compelling case for supporting the...
In your examples you're using `pool1` for all queries, if this is behaviour required then you can just omit the poolname. Assuming that the inner pool should be `pool2`, as...