How to use Map type in Attribute projections for DynamoDB – Amazon web services
I'm trying to design a GSI for my table which contains a lot of data. However I know that its best practice to only project data that I need instead of the entire thing. Projecting data is pretty straight forward…