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

Fix #49 and #57, with dependency on prior PRs #60

Open refacktor opened 5 years ago

refacktor commented 5 years ago

Binary return now supported by using byte[] with @Produces(MediaType.APPLICATION_OCTET_STREAM).

Also fixed the test which was failing on Windows.