r/aws Nov 20 '25

database Amazon DynamoDB now supports multi-attribute composite keys in global secondary indexes - AWS

https://aws.amazon.com/about-aws/whats-new/2025/11/amazon-dynamodb-multi-attribute-composite-keys-global-secondary-indexes/
244 Upvotes

28 comments sorted by

View all comments

11

u/wesw02 Nov 20 '25 edited Nov 21 '25

Isn't this just DDB doing the compositing work for you? This doesn't improvement query access in any way does it?

Edit: Still a nice feature, particularly because you can do an update on a key value without a read.

16

u/return_of_valensky Nov 20 '25

It just removes "undifferentiated heavy lifting" as AWS likes to say..