I built an AWS Lambda custom runtime function to be triggered through function URLs for a streaming response. I can create error and OK responses by posting to the Custom Runtime API, but I don’t see how I can set the HTTP response code, such as 404 or 500. I know it’s possible for most HTTP codes in the supported runtimes, like NodeJS. Is it possible with custom runtimes?