diff --git a/tools/deployer/singleFunction.json b/tools/deployer/singleFunction.json new file mode 100644 index 000000000..4d64c6059 --- /dev/null +++ b/tools/deployer/singleFunction.json @@ -0,0 +1,9 @@ +{ + "functions": [ + { + "name": "helloworld", + "file": "helloworld.yaml", + "count": 1 + } + ] +} diff --git a/tools/deployer/twoFunctions.json b/tools/deployer/twoFunctions.json new file mode 100644 index 000000000..fb5972eb4 --- /dev/null +++ b/tools/deployer/twoFunctions.json @@ -0,0 +1,14 @@ +{ + "functions": [ + { + "name": "helloworld", + "file": "helloworld.yaml", + "count": 3 + }, + { + "name": "pyaes", + "file": "pyaes.yaml", + "count": 1 + } + ] +}