Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Created November 13, 2021 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiimaho/8ceac7b317f62c0a6bfbf4d93bb6effd to your computer and use it in GitHub Desktop.
Save jiimaho/8ceac7b317f62c0a6bfbf4d93bb6effd to your computer and use it in GitHub Desktop.
SimpleDynamoDbQuery - parsing row
var customer = new { CustomerId = row["CustomerId"].S, Name = row["Name"].S };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment