We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34017bd commit e3fc82cCopy full SHA for e3fc82c
1 file changed
infrastructure/terraform/components/api/ddb_table_letter_queue.tf
@@ -12,7 +12,7 @@ resource "aws_dynamodb_table" "letter_queue" {
12
13
local_secondary_index {
14
name = "queueSortOrder-index"
15
- range_key = "queueTimestamp"
+ range_key = "queueSortOrder-SK"
16
projection_type = "ALL"
17
}
18
@@ -27,7 +27,7 @@ resource "aws_dynamodb_table" "letter_queue" {
27
28
29
attribute {
30
- name = "queueTimestamp"
+ name = "queueSortOrder-SK"
31
type = "S"
32
33
0 commit comments