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
The `exception_handler` also supports passing a list of exception types you wish to handle with one handler.
231
+
229
232
### Raising HTTP errors
230
233
231
234
You can easily raise any HTTP Error back to the client using `ServiceError` exception. This ensures your Lambda function doesn't fail but return the correct HTTP response signalling the error.
0 commit comments