jrestless-examples icon indicating copy to clipboard operation
jrestless-examples copied to clipboard

JRestless Examples

Results 4 jrestless-examples issues
Sort by recently updated
recently updated
newest added

On the next JRestless release update feign version from 9.3.1 to 9.5.1 (aws-service examples, only)

upgrade the few tests we have here to JUnit 5, as well as the mockito library

add examples for fn project

Change from: ```yaml # serverless.yml functions: fnname: handler: someHandler events: - http: path: api/{proxy+} method: any ``` to: ```yaml # serverless.yml functions: fnname: handler: someHandler events: - http: ANY api/{proxy+}...