Please, how can I create a table in dynamodb to have an items as:
[
{
"pipo": [
"yayo-dream",
"fifo-an"
],
"slug": "ios"
},
{
"pipo": [
"dasha-hello",
"trait-ops"
],
"slug": "dasha"
}
]
Following the documentation, we can just create an attributes with S|N|B but not LIST.
Thank you