mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Adds Spring Cloud Function example (#566)
This commit is contained in:
committed by
Chad Arimura
parent
7cba25c065
commit
77ca7f450f
7
examples/apps/fn-spring-cloud-functions/func.yaml
Normal file
7
examples/apps/fn-spring-cloud-functions/func.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: fn-example/spring-cloud-fn
|
||||
version: 0.0.1
|
||||
runtime: java8
|
||||
cmd: com.fnproject.fn.examples.SCFExample::handleRequest
|
||||
format: http
|
||||
timeout: 30
|
||||
path: /fn
|
||||
Reference in New Issue
Block a user