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
SendInitErrorResponse round-tripped the runtime's /init/error payload through a
typed struct whose stackTrace used omitempty, dropping an empty-but-present
"stackTrace": [] (as AWS emits for Runtime.HandlerNotFound). Decode into a map and
only inject requestId, forwarding the runtime's fields verbatim.
Fixes test_lambda_handler_not_found.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments