create StringSet from json possible? #2514
-
To get Attribute maps I use the following code, however it seems there is no possibility to create StringSets from json? My question is if there is a possibility that I overlooked to create stringsets from json
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@fritz-net String sets should be converted as |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@fritz-net String sets should be converted as
DynamoDBList
per https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/DynamoDBv2/Custom/DocumentModel/JsonUtils.cs#L247. Is this somehow not working for you? Please share the sample JSON and code to reproduce the issue.