Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Last active November 13, 2021 18:22
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/0f25d8d558142984201df2d6a3f7469a to your computer and use it in GitHub Desktop.
Save jiimaho/0f25d8d558142984201df2d6a3f7469a to your computer and use it in GitHub Desktop.
SimpleDynamoDbQuery - issue
var queryResponse = await client.QueryAsync(query);
var row = queryResponse.Items.Single();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment