We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de070d commit 7580a6cCopy full SHA for 7580a6c
1 file changed
README.md
@@ -0,0 +1,23 @@
1
+# python27-flask-template
2
+Python 2.7 OpenFaaS template with Flask
3
+
4
+To try this out:
5
6
+```bash
7
+faas template pull https://github.com/alexellis/python27-flask-template
8
+faas new --lang python27-flask myfunction
9
+mv myfunction.yml stack.yml
10
11
+```
12
13
+Followed by the usual flow:
14
15
16
+faas build \
17
+ && faas deploy
18
+ && faas list --verbose
19
20
+# Wait a couple of seconds then:
21
22
+echo -n content | faas invoke myfunction
23
0 commit comments