lambadaframework icon indicating copy to clipboard operation
lambadaframework copied to clipboard

Build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway

Results 30 lambadaframework issues
Sort by recently updated
recently updated
newest added

Hi, we love the approach. I was curios if there is any way to integrate with OpenAPI. We use AWS API Gateway proxy+ mapping to our lambda which handles complete...

This PR tracks my master branch and now contains multiple fixes and enhancements.

Binary return now supported by using byte[] with @Produces(MediaType.APPLICATION_OCTET_STREAM). Also fixed the test which was failing on Windows.

API Gateway now has a new feature: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-set-up-simple-proxy.html It is leaving the vast majority of lambada framework obsolete, like method creating logic etc. Also it'll automatically resolve issues like https://github.com/lambadaframework/lambadaframework/issues/12...

``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.lambadaframework.jaxrs.JAXRSParserTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec

The README says incorrectly the artifactId is maven-plugin, but should be **lambada-maven-plugin**

See https://mvnrepository.com/artifact/org.lambadaframework/maven-plugin

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

enhancement

All JAX-RS Response Headers including CORS and Custom Headers are now mapped by the API Gateway.