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
- Host: GitHub
- URL: https://github.com/s8sg/java-test-flow
- Owner: s8sg
- Created: 2019-07-23T22:57:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T05:49:47.000Z (about 7 years ago)
- Last Synced: 2025-03-20T02:08:07.873Z (over 1 year ago)
- Language: Go
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```