An open API service indexing awesome lists of open source software.

https://github.com/s8sg/java-test-flow

a test flow with java functions
https://github.com/s8sg/java-test-flow

Last synced: over 1 year ago
JSON representation

a test flow with java functions

Awesome Lists containing this project

README

          

# java-test-flow

### Test
```bash
faas template pull
faas template pull https://github.com/s8sg/faas-flow
faas pull
faas build
faas deploy
echo "foo" | faas invoke date-flow
```
Change the `date-function` name in `stack.yml` to switch between function
```yml
date-function: "date-python"
```