hanabu / lambda-web

Run Rust web frameworks on AWS Lambda
MIT License
115 stars 38 forks source link

Question] Infallible in hyper implementation #12

Open namse opened 1 year ago

namse commented 1 year ago

I've seen the Hyper version set the Error type to Infallible. Is this intentional? I don't think lambda_runtime really needs Infallible, but I was wondering if there was a reason.

The reason I'm asking is because I'm trying to write code for an error case, and it's Infallible, so I can't handle the error.