Thanks @henna.s for the organization.
I will follow the same numbers:
2— AWS SDK v3, S3 Client
The v2 client works fine. I am using it through the Realm’s third-party services.
3— Must have access to the raw request body for Stripe Webhook:
I am indeed using POST. And the text() is populating correctly, it just isn’t in the format expected by Stripe, which is something like <Buffer 7b 0a 20 20 22 63 72 65 61 74 ...
For cross reference the issue is discussed here too Setup Stripe webhook - #3 by rouuuge
Thanks a lot, have a good day too.