serverlessExample-dynamoDB-data
{ | |
"characters": [{ | |
"gameId": "1", | |
"characterClass": "rogue", | |
"characterName": "tarnug", | |
"intelligence": 12, | |
"level": 50, | |
"strength": 16, | |
"dexterity": 16, | |
"constitution": 12 | |
}, { | |
"gameId": "1", | |
"characterClass": "rogue", | |
"characterName": "ralnar", | |
"intelligence": 14, | |
"level": 55, | |
"strength": 3, | |
"dexterity": 18, | |
"constitution": 12 | |
}, | |
{ | |
"gameId": "1", | |
"characterClass": "cleric", | |
"constitution": 8, | |
"dexterity": 15, | |
"intelligence": 12, | |
"level": 30, | |
"characterName": "wingnut", | |
"strength": 10 | |
}, | |
{ | |
"gameId": "1", | |
"characterClass": "mage", | |
"constitution": 12, | |
"dexterity": 9, | |
"intelligence": 18, | |
"level": 40, | |
"characterName": "zugdud", | |
"strength": 8 | |
}, { | |
"gameId": "1", | |
"characterClass": "warrior", | |
"constitution": 16, | |
"dexterity": 12, | |
"intelligence": 3, | |
"level": 60, | |
"characterName": "zugdar", | |
"strength": 20 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment