Xbasic
aws_dynamodb_item_delete Function
Syntax
c result = aws_dynamodb_item_delete(connectionString, tableName, key [, region])
Arguments
- connectionStringCharacter
Alpha DAO connection string (Amazon Web Services).
- tableNameCharacter
DynamoDB table name.
- keyCharacter
Key of the item to delete (JSON).
- regionCharacter
Optional AWS region (e.g. us-east-1).
Returns
- resultCharacter
Character result (JSON or status text).
Description
Delete a record from a DynamoDB table.
All AWS functions require a valid Amazon Web Services DAO connection.
See Also