Skip to content

Instantly share code, notes, and snippets.

@Red-Folder
Created November 8, 2018 13:41
Show Gist options
  • Save Red-Folder/433b929b026be0aaae46bc49be0d2bea to your computer and use it in GitHub Desktop.
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
[
{
"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"
}
]
@ShaliniSJ
Copy link

thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment