I am able to successfully call get_record
function from lambda code seen here
FeatureGroupName=transaction_feature_group_name, RecordIdentifierValueAsString=transaction_id)
this works when using the AmazonSageMakerFullAccess role. I am however trying to identify the specific policy that enables the FeatureStore api functions like get_record , put_record etc action for interaction with the Online Store
I tried using the AmazonSageMakerFeatureAccess but that didn't work. I think that it only grants access to the offline store.
Can anyone assist me with this info?