hanabu / lambda-web

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

Expose requestContext.authorizer #5

Open dholroyd opened 2 years ago

dholroyd commented 2 years ago

Hi!

Just playing around with warp on Lambda. Would love to be able to access event.requestContext.authorizer.jwt.claims.* properties so I can play try JWT authorizers. Tried to work out how to expose this and I suppose it could fit a hyper Request object extension?

mdenburger commented 2 years ago

I have the same need, but for the integration with Rocket. Any update on this?