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

Own JAX-RS implementation #1

Open cagataygurturk opened 8 years ago

cagataygurturk commented 8 years ago

Currently we are using Jersey's resource classes. This works ok but unnecessarily increases Uber JAR's dimension. Implementing own solution could be interesting.