functions branch and region support (#330)

* branch and region support

* .

* .

* .

* .

* fix functions

* .

* break loop

* update example

* update examples
This commit is contained in:
Asim Aslam
2021-12-16 19:23:03 +00:00
committed by GitHub
parent c305ae5739
commit 609c4c9813
8 changed files with 1503 additions and 540 deletions

View File

@@ -1,7 +1,10 @@
{
"name": "function",
"icon": "🔥",
"category": "hosting",
"display_name": "Functions"
"name": "function",
"icon": "🔥",
"category": "hosting",
"display_name": "Functions",
"pricing": {
"Function.Reserve": 10000000
}
}