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 has been archived by the owner on Dec 9, 2024. It is now read-only.
How can python dictate the response code returned by Kubeless?
#180 In this issue there is a field in event.extensions to set the response code, but this key doesn't exist in the python runtime. I've tried adding the field to the event object, but the response code isn't changed. Calling the function results in 200 even though I returned 400.
Any insight will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
How can python dictate the response code returned by Kubeless?
#180 In this issue there is a field in event.extensions to set the response code, but this key doesn't exist in the python runtime. I've tried adding the field to the event object, but the response code isn't changed. Calling the function results in 200 even though I returned 400.
Any insight will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: