Updated docs.

This commit is contained in:
Travis Reeder
2017-09-18 17:06:02 -07:00
parent 5476665ea9
commit 87deba45e2
10 changed files with 105 additions and 11 deletions

View File

@@ -2,6 +2,4 @@
This shows you how to organize functions into a full application and deploy them easily with one command.
## TODOs
* [ ] Use a header/footer endpoint and pull them into the functions?
See [apps documentation](/docs/developers/app.md) for details on how to use this.

View File

@@ -1,5 +1,5 @@
name: footer
version: 0.0.12
version: 0.0.13
runtime: ruby
entrypoint: ruby func.rb
headers:

View File

@@ -1,4 +1,4 @@
name: app
version: 0.0.69
version: 0.0.70
runtime: go
entrypoint: ./func

View File

@@ -1,5 +1,5 @@
name: header
version: 0.0.10
version: 0.0.11
runtime: ruby
entrypoint: ruby func.rb
headers:

View File

@@ -1,4 +1,4 @@
name: node
version: 0.0.12
version: 0.0.13
runtime: node
entrypoint: node func.js

View File

@@ -1,4 +1,4 @@
name: python
version: 0.0.10
version: 0.0.11
runtime: python
entrypoint: python2 func.py

View File

@@ -1,5 +1,5 @@
name: ruby
version: 0.0.22
version: 0.0.23
runtime: ruby
entrypoint: ruby func.rb
headers: