Map<String, AttributeValue> fromJsonToAttributeValue() { return map((key, value) => MapEntry(key, toAttributeValue(value))); }