Skip to content

Commit ecbcc60

Browse files
committed
Fix LSI name
1 parent af08d3c commit ecbcc60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/ddb_table_letter_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "aws_dynamodb_table" "letter_queue" {
1111
}
1212

1313
local_secondary_index {
14-
name = "timestamp-index"
14+
name = "letterId-index"
1515
range_key = "letterId"
1616
projection_type = "ALL"
1717
}

0 commit comments

Comments
 (0)