Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TransactGetItem

import type { TransactGetItem } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Specifies an item to be retrieved as part of the transaction.

interface TransactGetItem {
Get: Get;
}

§Properties

§

Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.