Amazon web services – DynamoDB insertion with GSI
New to DynamoDB. Suppose I am building an E-commerce site with single table design, where there are many entities like orders, deliveries, etc. I start with Partition Key and Sort Key with generic names: "PK" and "SK", since it makes…