Demo: Using FaaScinator with a simple CLI app#
- Ensure that FaaScinator is packaged
- Run
make build
to build the demo - Run
make run-local
to run the demo locally ormake run-docker
to run the demo in Docker container
The command will start the image and expose the API server on port 8080
.
Then you can:
- Get current time by opening http://localhost:8080
- Get current time in Zurich timezone by opening http://localhost:8080/?arg=Europe/Zurich
- Get help by opening http://localhost:8080/help