@izara_project/izara-core-library-dynamodb 1.0.9 → 1.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_project/izara-core-library-dynamodb",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Connecting with AWS DynamoDB Resource",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -51,7 +51,7 @@ const dynamodb = DynamoDBDocument.from(new DynamoDB(), {
51
51
  * @returns {string} full tablename
52
52
  */
53
53
 
54
- async function tableName(_izContext, tableName, serviceTag = null) {
54
+ function tableName(_izContext, tableName, serviceTag = null) {
55
55
  if (!serviceTag) {
56
56
  return process.env.iz_serviceTag + process.env.iz_stage + tableName;
57
57
  } else {