Skip to content

Instantly share code, notes, and snippets.

@guy9
Created January 14, 2024 14:09
Show Gist options
  • Save guy9/ee4518f284b0b93fd0e15b45cf460349 to your computer and use it in GitHub Desktop.
Save guy9/ee4518f284b0b93fd0e15b45cf460349 to your computer and use it in GitHub Desktop.
migration-labs-4.cql
{
"migtest": [
     {
         "PutRequest": {
             "Item": {
                 "City": { "S": "New York" },
                 "Date": { "S": "2022-03-15" }
             }
         }
     },
     {
         "PutRequest": {
             "Item": {
                 "City": { "S": "Nice" },
                 "Date": { "S": "2022-03-16" }
             }
         }
     }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment