Release date 2026/07/02
Feature
-
Added a
preserve_lambda_api_error_codeconfig field. When enabled, Kong returns the same HTTP status code the Lambda API returned (4xx or 5xx), with a sanitized body.
Bugfix
-
Fixed an issue where empty JSON array bodies (
[]) were incorrectly converted to objects ({}) when usingis_proxy_integration=trueandempty_arrays_mode=correctalongside the Exit Transformer plugin. -
Fixed an issue where a 500 error occurred when
is_proxy_integrationwas enabled and the Lambda function returnednullvalues inheadersormultiValueHeaders. Null values are now converted to empty strings.