@begin/data
Advanced tools
Comparing version 4.0.0 to 4.0.1-RC.0
{ | ||
"name": "@begin/data", | ||
"version": "4.0.0", | ||
"version": "4.0.1-RC.0", | ||
"description": "Begin Data is a durable and fast key/value document store built on top of DynamoDB", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -6,3 +6,3 @@ let toLogicalID = require('./_to-logical-id') | ||
module.exports = function getTableName (callback) { | ||
let { ARC_APP_NAME: app, ARC_ENV, AWS_REGION, BEGIN_DATA_TABLE_NAME } = process.env | ||
let { ARC_APP_NAME: app, ARC_ENV, ARC_STACK_NAME, AWS_REGION, BEGIN_DATA_TABLE_NAME } = process.env | ||
@@ -29,3 +29,4 @@ if (BEGIN_DATA_TABLE_NAME) { | ||
} | ||
let Name = `/${toLogicalID(`${app}-${ARC_ENV}`)}/tables/data` | ||
let stack = ARC_STACK_NAME || toLogicalID(`${app}-${ARC_ENV}`) | ||
let Name = `/${stack}/tables/data` | ||
@@ -32,0 +33,0 @@ if (local) { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
38374
1010
1