Xbasic

aws_dynamodb_item_get Function

Syntax

c result = aws_dynamodb_item_get(connectionString, tableName, keyJson [, region])

Arguments

connectionStringCharacter

Alpha DAO connection string (Amazon Web Services).

tableNameCharacter

DynamoDB table name.

keyJsonCharacter

Key of the item to retrieve (JSON).

regionCharacter

Optional AWS region (e.g. us-east-1).

Returns

resultCharacter

Character result (JSON or status text).

Description

Retrieve a record from a DynamoDB table.

All AWS functions require a valid Amazon Web Services DAO connection.

See Also