Skip to content

Commit

Permalink
Merge pull request #10 from EATSTEAK/fix/lsiProjection
Browse files Browse the repository at this point in the history
lockerIdIndex LSI에서 프로젝션이 잘못되어 있는 문제 수정
  • Loading branch information
EATSTEAK authored Aug 4, 2022
2 parents 95db55a + cca7652 commit 59da0bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/server/db-table-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"Projection": {
"ProjectionType": "INCLUDE",
"NonKeyAttributes": [
"i",
"iA",
"d",
"n",
"cU"
]
Expand Down
3 changes: 2 additions & 1 deletion packages/server/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,9 @@ Resources:
Projection:
ProjectionType: INCLUDE
NonKeyAttributes:
- i
- iA
- n
- d
- cU
BillingMode: 'PAY_PER_REQUEST'
FrontS3Bucket:
Expand Down

0 comments on commit 59da0bb

Please sign in to comment.