@begin/data
Advanced tools
Comparing version 4.0.0-RC.0 to 4.0.0-RC.1
{ | ||
"name": "@begin/data", | ||
"version": "4.0.0-RC.0", | ||
"version": "4.0.0-RC.1", | ||
"description": "Begin Data is a durable and fast key/value document store built on top of DynamoDB", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,3 +30,3 @@ let aws = require('aws-sdk') | ||
let appName = toLogicalID(`${ARC_APP_NAME}-${ARC_ENV}`) | ||
let Path = `/${appName}/tables` | ||
let Path = `/${appName}` | ||
ssm.getParametersByPath({ Path, Recursive: true }, function done (err, result) { | ||
@@ -33,0 +33,0 @@ if (err) callback(err) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35425