Amazon SageMaker Feature Store has added support for feature-level writes through a new UpdateRecord API. The capability lets users update one or more feature values in a single call, avoiding the need to read or rewrite an entire record. According to the announcement, it works with both the Standard tier backed by Amazon DynamoDB and the In-Memory tier backed by Amazon ElastiCache.
Why it matters
Updating individual feature values rather than full records can simplify write operations for teams managing online feature stores. Supporting both online store tiers means the API applies across the existing Feature Store options described in the announcement.
Who should care
Machine learning engineers and data teams using Amazon SageMaker Feature Store for online serving are the primary audience for this update.