Skip to content

Commit 4161348

Browse files
authored
Fix bulletted list formatting for local secondary index pre-conditions (#1193)
1 parent 335c7cd commit 4161348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/indexes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Local secondary indexes are defined just like global ones, but they inherit from
9595
view = NumberAttribute(range_key=True)
9696
9797
Every local secondary index must meet the following conditions:
98+
9899
- The partition key (hash key) is the same as that of its base table.
99100
- The sort key (range key) consists of exactly one scalar attribute. The range key can be any attribute.
100101
- The sort key (range key) of the base table is projected into the index, where it acts as a non-key attribute.

0 commit comments

Comments
 (0)