Created
November 8, 2018 13:41
-
-
Save Red-Folder/433b929b026be0aaae46bc49be0d2bea to your computer and use it in GitHub Desktop.
Sample JSON payload - used in my blog articles for creating a simple read model using AWS Api Gateway and S3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "Sample-1", | |
"name": "Sample 1", | |
"description": "This is sample data #1" | |
}, | |
{ | |
"id": "Sample-2", | |
"name": "Sample 2", | |
"description": "This is sample data #2" | |
}, | |
{ | |
"id": "Sample-3", | |
"name": "Sample 3", | |
"description": "This is sample data #3" | |
}, | |
{ | |
"id": "Sample-4", | |
"name": "Sample 4", | |
"description": "This is sample data #4" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks :)