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

how to return binary data? #57

Open refacktor opened 5 years ago

refacktor commented 5 years ago

I defined a method returning byte[]

Unfortunately the response is coming back base64-encoded.

Is it possible to get binary data? e.g. for generated images.