Push error messages to error topic when NATS mqtrigger fail (#724)

This commit is contained in:
Nafisa Shazia
2018-06-27 00:27:57 +08:00
committed by Ta-Ching Chen
parent 71d8b769d5
commit 1ed59f0789
6 changed files with 155 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = async function(context) {
return {
status: 400,
body: "Hello, World!"
};
}