Ask a question to get started
Enter to sendā¢Shift+Enter new line
Store or update an item.
putItem( namespace: string[], key: string, value: Record<string, unknown>, options: __type ): Promise<void>
namespace
string[]
A list of strings representing the namespace path.
key
string
The unique identifier for the item within the namespace.
value
Record<string, unknown>
A dictionary containing the item's data.
options
__type