You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionServerless is an action to do some computing and then generate a string/JSON file to a path, you can visit the file as a service when in dev/testing, or even in your production. We may take it as a GitHub Actions powered `serverless` service.
5
+
ActionServerless is an action using [GitFx](https://github.com/gitx-io/GitFx)to do some computing and then generate a string/JSON file to a path, you can visit the file as a service when in dev/testing, or even in your production. We may take it as a GitHub Actions powered `serverless` service.
6
6
7
7
In fact you can do all of these in native GitHub actions. ActionServerless just wraps the steps to simplify the work:
put the file to a path(default is the root path of a repo, otherwise you need add the path as an argument to your actions configuaration), when you push the code the action will be triggered. Then the program's output is written to a file located in `api/py_hello.json` that you defined as a route in the comment.
26
26
27
-
more languages' examples you can find [here](https://github.com/gitx-io/ActionServerless/tree/master/test/func_samples).
27
+
more languages' examples you can find [here](https://github.com/gitx-io/GitFx/tree/master/test/func_examples).
28
28
29
29
## Languages supported
30
30
31
-
| Language | Dependency Installation | Example code |
0 commit comments