Grant Dickinson
Grant Dickinson
Here's a similar example I came across. I believe this would be better served as a `DoNothing` method, which would have less runtime overhead: ```csharp public static RetryPolicy WaitAndRetry(this PolicyBuilder...
@danielblignaut thank you so much. I had this all working in a very hacky manner. But this is clean and simple, appreciate the advice.
>> Just add index to df before evaluation. Now it works fine. Just ran into the same issue, your workaround fixed it, thanks @hxuaj @jmoralez , BTW, the error has...
Ditto, `0.32.6` broken, but rolling back to `0.32.1` works. Here is the error from lambda logs: ```json { "timestamp": "2024-02-15T21:57:18.474Z", "level": "ERROR", "message": { "errorType": "Error", "errorMessage": "Could not load...
@omersimsek29 btw I never did figure it out, I have just stuck with the old version for now. Hopefully someone else has a better idea
Update: I made a _single change_ which 'fixed' the problem, meaning `Uint8Array` now serializes correctly (as `B`inary). I would infer that the problem is thus in the SDK and not...
Awesome, thanks @kuhe, I will try deploy the specific version of the sdk and let you know. _[Edit]_. That worked. For anyone else who happens to hit this issue, and...
@kuhe has this been deployed to lambda yet ?
I have confirmed at runtime that the deployed lambda version is `3.556.0`, and the problem has gone away
@okhat I was not sure if there was a different merge target for `2.5`, lmk and I will change it