Open soumilshah1995 opened 2 years ago
Make sure you either (a) delete the old table first, or (b) add the GSI/LSI through AWS console or some other means.
Well pynamodb doest not support creation of tables with LSI or GSI ?
Make sure you either (a) delete the old table first, or (b) add the GSI/LSI through AWS console or some other means.
Does PynamoDB support the creation of LSI after a table has been created through the client library? Same question for GSI
Hello All hope you are fine i am reaching out for some help as I am learning and experimenting with pynamodb
Goal to create LSI and GSI
Phase 1: create an index and popular with fake data
All good so far
Phase 2 Setting GSI and LSI
UserModel.create_table()
on DynamoDB I don't see GSI and LSI what am I doing wrong please guide if possible
As you can see up to the point of creating table and populating with data I am fine I am struggling with GSI and LSI partition key is last name and sort key is first_name to learn and understand concepts better I am trying to set different partition key and sort key using pynamodb but unable to do so