DynamoDB Mapper: Allowed Data in Fast

DynamoDB has the following data types

Scalar types - number, string, binary, logical and zero. Types of documents - list and map. Set types - String Set, Number Set and Binary Set.

what are the corresponding fast data types for each of these dynamoDB data types.

+5
source share
1 answer

For the DynamoDB Number type, it seems you need to use NSNumber .

I had to deal with this: Swift DynamoDB Mapper Sending empty values

0
source

Source: https://habr.com/ru/post/1243481/


All Articles