You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
If you'd like more control over how you interact with DynamoDB, all 13 original DynamoDB operations are available as camelCased methods on database instances return by dynamo.createClient(). These methods require the original object format expected by Amazon.
batchGetItem
batchWriteItem
createTable
deleteItem
deleteTable
describeTable
getItem
listTables
putItem
query
scan
updateItem
updateTable
These allow you to skip dynamo's API sugar and use only its account, session, and authentication logic, for code such as the following for createTable: