Skip to content

ericbottard/java-function-invoker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing locally:

$ ./mvnw install dockerfile:build
$ docker run -ti -p 8080:8080 -v `pwd`/target/test-classes:/classes projectriff/java-function-invoker:0.0.1-SNAPSHOT --function.uri=file:classes?handler=io.sk8s.invoker.java.function.Doubler

Then

$ curl -v localhost:8080 -H "Content-Type: text/plain" -d 5
10

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.4%
  • Shell 10.5%
  • Batchfile 8.1%