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

API Gateway functionality was disabled in commit af3ae3a #48

Closed refacktor closed 6 years ago

refacktor commented 6 years ago

As a result of this change, HTTP access to the Lambda function does not work at all. I tried re-enabling it in my own fork, but this leads to other problems as "RequestProxy" implementation is not compatible with generated API Gateway configuration.

refacktor commented 6 years ago

Per Mr. Gürtürk's response, the Pull Request containing this bad commit has not been merged into master, so no problem.