Jed Kass
Jed Kass
Hmm it sort of makes sense. We moved towards using `executeIsolated`, but we are still seeing transient `WatchError`s. It's extremely strange since our logs show no competing writes for these...
Here's a somewhat-cleaned version of what we are doing. And in case it's relevant, it looks like we're on `[email protected]` Thanks for the fast response and for looking at this!...
@leibale Any ideas here by chance?
@emovla Thanks for the the response! I wish that was it but we're actually always calling `multi()` on the `isolatedClient`. My code snippet is a pretty good skeleton/redacted version of...
As a workaround, I've created a `CustomMetricWithAlarm` object with an empty `addAlarm` prop. For example: ``` { metric: metric, alarmFriendlyName: alarmFriendlyName, addAlarm: {}, position: AxisPosition.RIGHT, } ```
I'm running into this as well. I'm using [boto's `generate_presigned_post` method](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/generate_presigned_post.html), which specifically returns a URL to post to. For context, in a local env, I'm trying to get a...
@afranken Do you have any context on this by chance? Should `POST` be supported for presigned URLs?