You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var ddbMap :=map k <- orig | !(ReservedPrefix <= k) :: k :=if (k in s && k in actions && actions[k] == ENCRYPT_AND_SIGN) thenStructuredToAttr(s[k]) elseSuccess(orig[k]);
55
+
MapKeysMatchItems(orig);
56
+
MapError(SimplifyMapValue(ddbMap))
57
+
}
58
+
52
59
// This file exists for these two functions : ItemToStructured and StructuredToItem
53
60
// which provide conversion between an AttributeMap and a StructuredDataMap
Copy file name to clipboardExpand all lines: DynamoDbEncryption/dafny/DynamoDbItemEncryptor/src/AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorOperations.dfy
0 commit comments