Skip to content

Instantly share code, notes, and snippets.

@oscaroceguera
Created January 18, 2022 00:50
Show Gist options
  • Save oscaroceguera/7c87bce690e935b1ba71dce7e129570c to your computer and use it in GitHub Desktop.
Save oscaroceguera/7c87bce690e935b1ba71dce7e129570c to your computer and use it in GitHub Desktop.
players v3 data
{
"players": [
{
"PutRequest": {
"Item": {
"mytype": {
"S": "player"
},
"myposition": {
"S": "defender"
},
"playerId": {
"S": "47"
},
"fullname": {
"S": "David Alaba"
}
}
}
},
{
"PutRequest": {
"Item": {
"mytype": {
"S": "player"
},
"myposition": {
"S": "defender"
},
"playerId": {
"S": "48"
},
"fullname": {
"S": "Jordi Alba"
}
}
}
},
{
"PutRequest": {
"Item": {
"mytype": {
"S": "player"
},
"myposition": {
"S": "defender"
},
"playerId": {
"S": "49"
},
"fullname": {
"S": "Samuel Umtiti"
}
}
}
},
{
"PutRequest": {
"Item": {
"mytype": {
"S": "player"
},
"myposition": {
"S": "defender"
},
"playerId": {
"S": "50"
},
"fullname": {
"S": "Antonio Valencia"
}
}
}
},
{
"PutRequest": {
"Item": {
"mytype": {
"S": "player"
},
"myposition": {
"S": "defender"
},
"playerId": {
"S": "51"
},
"fullname": {
"S": "Jérôme Boateng"
}
}
}
},
{
"PutRequest": {
"Item": {
"mytype": {
"S": "player"
},
"myposition": {
"S": "forward"
},
"playerId": {
"S": "52"
},
"fullname": {
"S": "Paulo Dybala"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment