@resistdesign/voltra
    Preparing search index...

    Type Alias GetItemInput

    Input payload for DynamoDB get item operations.

    type GetItemInput = {
        Key: AttributeMap;
        TableName: string;
    }
    Index

    Properties

    Properties

    Key: AttributeMap

    Key attributes for the item.

    TableName: string

    DynamoDB table name.