Björn Bilger

Results 7 issues of Björn Bilger

integrate OpenWhisk

enhancement

early draft => needs tests and some other adjustments but wanted to share early in case you have any concerns

to copy tiles from one archive into another e.g. mbtiles to files, ...

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+}...