From c1032f9165949c9eeeb1a7e43e0bb69742d0645a Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Tue, 14 Oct 2014 17:49:59 +0100 Subject: [PATCH] Add Warning to deprecated DDB node Move to @wnagele 's version on npm. --- storage/ddb/69-ddbout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/ddb/69-ddbout.js b/storage/ddb/69-ddbout.js index 09d00124..1d803bb9 100644 --- a/storage/ddb/69-ddbout.js +++ b/storage/ddb/69-ddbout.js @@ -21,6 +21,7 @@ var attrWrapper = require("dynamodb-data-types").AttributeValue; function DDBOutNode(n) { RED.nodes.createNode(this, n); + this.warn("This node has been deprecated and will be deleted in a future release. Please update your flow to use the version from npm. Note: you cannot have both this and the npm version installed at the same time."); this.credentials = RED.nodes.getNode(n.credentials); this.region = n.region || "us-east-1"; this.table = n.table;