Skip to content

Commit

Permalink
fix primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Aug 18, 2019
1 parent 309064d commit 261361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fullstack-application/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ database:
- AttributeName: 'pk'
AttributeType: 'S'
keySchema:
- AttributeName: 'sk'
- AttributeName: 'pk'
KeyType: 'HASH'

0 comments on commit 261361d

Please sign in to comment.