quidproquo-actionprocessor-awslambda 0.0.154 → 0.0.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,6 +56,10 @@ const getQpqRuntimeResourceNameFromConfig = (resourceName, qpqConfig, resourceTy
56
56
  exports.getQpqRuntimeResourceNameFromConfig = getQpqRuntimeResourceNameFromConfig;
57
57
  const getKvsDynamoTableNameFromConfig = (resourceName, qpqConfig, resourceType = '') => {
58
58
  var _a;
59
+ const tableNameOverride = quidproquo_config_aws_1.qpqConfigAwsUtils.getDynamoTableNameOverrride(resourceName, qpqConfig);
60
+ if (tableNameOverride) {
61
+ return tableNameOverride;
62
+ }
59
63
  const storeConfig = quidproquo_core_1.qpqCoreUtils.getKeyValueStoreByName(qpqConfig, resourceName);
60
64
  const application = quidproquo_core_1.qpqCoreUtils.getApplicationName(qpqConfig);
61
65
  const service = ((_a = storeConfig === null || storeConfig === void 0 ? void 0 : storeConfig.owner) === null || _a === void 0 ? void 0 : _a.module) || quidproquo_core_1.qpqCoreUtils.getApplicationModuleName(qpqConfig);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quidproquo-actionprocessor-awslambda",
3
- "version": "0.0.154",
3
+ "version": "0.0.156",
4
4
  "description": "",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "types": "./lib/commonjs/index.d.js",