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
Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
There is good example of custom errors https://github.com/awslabs/aws-lambda-rust-runtime/blob/main/examples/basic-error-handling/src/main.rs but what if I need to specify custom error HTTP code, additional headers and a body for the error response? I can always catch and convert my custom error to the
Response
manually, but wonder if there is a better way?The text was updated successfully, but these errors were encountered: