hanabu / lambda-web

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

Support API Gateway REST API #2

Closed sedrik closed 2 years ago

sedrik commented 3 years ago

At work we use the REST API Gateway and it would be awesome to be able to use rocket lambdas on that.

What would be needed to support the REST Gateway? With some mentoring I could take a look at implementing support for it.

hanabu commented 2 years ago

@sedrik , Sorry for delayed response. I published 0.1.7 which supports REST API.

sedrik commented 2 years ago

That is amazing.

I will see if I can get some time to play around and test it soon.

Thanks for the help, I will close this and open any new issues if I run into something.