cagataygurturk / lambadaframework

Build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway
MIT License
244 stars 48 forks source link

Support for custom authorizers? #41

Open efenderbosch opened 7 years ago

efenderbosch commented 7 years ago

Any suggestions on how to use a custom authorizer with this project? I love the fact we can use the JAX-RS annotations, but we need to add a custom authorizer to each resource and method. I might be able to provide a pull request with some guidance.