Skip to content
Snippets Groups Projects
Commit 972fb16c authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update README.md

parent 646ed468
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ You can [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md)
You can dive straight into the [sample functions here](https://github.com/alexellis/faas/blob/master/sample-functions/README.md). You'll find hello-world examples for the most common programming languages including: Golang, DotNet Core, Java, NodeJS, Python even BusyBox.
There is even an experimental [faas-cli](https://github.com/alexellis/faas-cli/) in development to create functions quickly from templates for [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh) or [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh), and to deploy to your gateway with a single command.
There is even CLI called [faas-cli](https://github.com/alexellis/faas-cli/) which lets you speed up development by creating functions from templates for [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh) or [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh). You can also use the CLI to deploy to your own FaaS API Gateway with a single command.
**Contribute to FaaS**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment