Skip to content

Commit

Permalink
Fix bulletted list formatting for local secondary index pre-conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin authored Aug 29, 2023
1 parent 335c7cd commit 693ef71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/indexes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Local secondary indexes are defined just like global ones, but they inherit from
view = NumberAttribute(range_key=True)
Every local secondary index must meet the following conditions:

- The partition key (hash key) is the same as that of its base table.
- The sort key (range key) consists of exactly one scalar attribute. The range key can be any attribute.
- The sort key (range key) of the base table is projected into the index, where it acts as a non-key attribute.
Expand Down

0 comments on commit 693ef71

Please sign in to comment.