Amazon SageMaker Feature Store now supports two new APIs designed to manage feature store records. Among these additions, the BatchWriteRecord API writes up to 25 records across multiple feature groups in a single call. This capability allows users to perform multi-group write actions within a single operation.
Alongside write operations, the update introduces the ListRecords API for discovering stored data. The ListRecords interface enumerates record identifiers within a feature group. AWS has published a technical walkthrough of each API accompanied by code examples to help developers get started.

