Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dineshsonachalam/lucid-dynamodb
/ types & classes
Types & classes
6 in github.com/dineshsonachalam/lucid-dynamodb
⨍
Functions
38
◇
Types & classes
6
↓ 18 callers
Class
DynamoDb
LucidDynamodb/operations.py:12
↓ 10 callers
Class
UnexpectedError
Exception is raised when we perform an unexpected Dynamodb operation. Attributes: message (str): Explanation of the error
LucidDynamodb/exceptions.py:65
↓ 1 callers
Class
ItemNotFound
Exception is raised when the item is not available Attributes: table_name (str): Table name key (dict): Partition key, Sort Key(
LucidDynamodb/exceptions.py:33
↓ 1 callers
Class
QueryFilterValidationFailed
Exception is raised when the Query filter is not valid Attributes: table_name (str): Table name message (str): Explanation of the
LucidDynamodb/exceptions.py:50
↓ 1 callers
Class
TableAlreadyExists
Exception is raised when we try to create a table with a table name that already exists in Dynamodb. Attributes: table_name (str)
LucidDynamodb/exceptions.py:1
↓ 1 callers
Class
TableNotFound
Exception is raised when we try to perform a Dynamodb operation in a table that doesn't exist Attributes: table_name (str): Table
LucidDynamodb/exceptions.py:17