Skip to content

Instantly share code, notes, and snippets.

@mariobittencourt
Last active December 14, 2020 11:58
Show Gist options
  • Save mariobittencourt/3a4dc7ad02cadad9e7506af845afe3e5 to your computer and use it in GitHub Desktop.
Save mariobittencourt/3a4dc7ad02cadad9e7506af845afe3e5 to your computer and use it in GitHub Desktop.
Order
{
"customer": {
"S": "Mr Buy More"
},
"deliveryAddress": {
"S": "My place.com"
},
"events": {
"L": [
{
"M": {
"aggregateId": {
"S": "775e5d4d-51ac-46e6-9de1-4146afa26260"
},
"createdAt": {
"S": "2020-06-10T03:12:10.938Z"
},
"customer": {
"S": "Mr Buy More"
},
"deliveryAddress": {
"S": "My place.com"
},
"items": {
"L": [
{
"M": {
"itemId": {
"S": "0541b793-2954-4746-b866-238e42f9f32b"
},
"quantity": {
"N": "10"
}
}
}
]
},
"type": {
"S": "OrderCreated"
}
}
}
]
},
"items": {
"L": [
{
"M": {
"itemId": {
"S": "0541b793-2954-4746-b866-238e42f9f32b"
},
"quantity": {
"N": "10"
}
}
}
]
},
"orderId": {
"S": "775e5d4d-51ac-46e6-9de1-4146afa26260"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment