diff --git a/moto/dynamodb2/models.py b/moto/dynamodb2/models.py index 77b1434c3..43059265c 100644 --- a/moto/dynamodb2/models.py +++ b/moto/dynamodb2/models.py @@ -184,6 +184,7 @@ class Table(object): 'ItemCount': len(self), 'CreationDateTime': unix_time(self.created_at), 'GlobalSecondaryIndexes': [index for index in self.global_indexes], + 'LocalSecondaryIndexes': [index for index in self.indexes] } } return results