lambda-proxy icon indicating copy to clipboard operation
lambda-proxy copied to clipboard

Define override response kwargs from inside function

Open kylebarron opened this issue 5 years ago • 0 comments

If >= 4 items are returned from route_entry.endpoint, the fourth is assumed to be a dict with override parameters for the HTTP response. This is then combined with the default parameters for self.response, with values from the function overriding global parameters.

kylebarron avatar May 14 '20 04:05 kylebarron