1.0.3 • Published 2 years ago

@commonthread/dynamodb-crud v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dynamodb-crud

Basic CRUD operations for dynamo DB

Source available here

ParamTypeDescription
docClientDocumentClientAWS Dynamodb DocumentClient
tableNamestringtable name string
fieldstringsearch field name
valuestringsearch field value
ParamTypeDescription
docClientDocumentClientAWS Dynamodb DocumentClient
tableNamestringtable name string
ParamTypeDescription
docClientDocumentClientAWS Dynamodb DocumentClient
tableNamestringtable name string
idstringid field value
idFieldstringid field name
rangeIdstringrangeId field value
rangeIdFieldstringrangeIdField field name
ParamTypeDescription
docClientDocumentClientAWS Dynamodb DocumentClient
tableNamestringtable name string
itemobjectobject to insert
ParamTypeDescription
docClientDocumentClientAWS Dynamodb DocumentClient
tableNamestringtable name string
dataobjectdata to update with
idstringid field value
idFieldstringid field name
ParamTypeDescription
docClientDocumentClientAWS Dynamodb DocumentClient
tableNamestringtable name string
keysstring arrayfield names to update
keyValuesstring arrayfield value to update
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago