@engineerapart/aws-global-dynamodb
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "@engineerapart/aws-global-dynamodb", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Deploy Global DynamoDB tables with ease via serverless components.", | ||
@@ -5,0 +5,0 @@ "main": "serverless.js", |
@@ -25,3 +25,3 @@ const { Component } = require("@serverless/core"); | ||
localSecondaryIndexes, | ||
globalSecondaryIndexes | ||
globalSecondaryIndexes = [] | ||
) { | ||
@@ -28,0 +28,0 @@ const createTables = regions.map(async region => { |
17434