bastian
bastian

Reputation: 1192

Quarkus amazon lambda JAX-RS integration

As far as I understand the quarkus-amazon-lambda extension allows to write Lambdas using com.amazonaws...RequestHandlers that utilize the quarkus features like CDI and the MicroProfile specs.

It would be nice if it also allows to map API Gateway requests to JAX-RS endpoints. For instance it could map all proxied requests to matching resources. So for Lambdas used by HTTP it would be sufficient to just implement JAX-RS resources instead of RequestHandlers.

Is this possible already? Would that be hard to implement?

Upvotes: 0

Views: 360

Answers (1)

evanchooly
evanchooly

Reputation: 6233

I'm currently wrapping up implementing generic JAX-RS/SAM integration, actually. I'm hoping it'll be done in the next day or two and ready for the next release.

Upvotes: 1

Related Questions