You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
The example for the standard library seems to always return as text/plain regardless of what I try. I have tried a few implementations, my recent attempt is below. Even when setting the header directly, the response header is always text/plain.
The body is always correct (that is to say it is valid json in the body), it seems to only be the header. This is confusing compared to docs which seem to indicate this is inferred when the response has json. I can use the payload v2 type directly, but that feels cumbersome when this should (?) work.
Additionally when I test the lambda locally or in the lambda console, it works as expected.