Canary deployments for fission functions. (#892)

This commit is contained in:
smruthi2187
2018-09-25 18:26:26 -07:00
committed by GitHub
parent 437d4dc04d
commit fa565b75ae
77 changed files with 5102 additions and 149 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
module.exports = async function(context) {
return {
status: 200,
body: "Hello, world!\n"
body: "hello, world!\n"
};
}