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

Custom headers #12

Open cagataygurturk opened 8 years ago

cagataygurturk commented 8 years ago

Custom headers support.

We should implement our own annotations to give this support due to API Gateway's limitations.

refacktor commented 5 years ago

+1 we need the ability to control CORS headers.

Please note there is no longer a dependency on #35, it is now possible to set custom headers in API Gateway in "normal" (non-proxy) mode.

refacktor commented 5 years ago

This is implemented in PR https://github.com/cagataygurturk/lambadaframework/pull/59