Export tab separated data aws dynamodb scan ` –table-name table_name ` –query “Items[*].[Id.S, Status.S]” ` –region us-wet-2 ` –output text
Tag: AWS dynamoDB
DynamoDB Locking, Conditional Writes
Optimistic locking with version number may not be available for nodejs Atomic counters idempotence refers to the ability of a system
DynamoDB Data Stream
Basic Functionality Deal with Failure dynamoDB->lambda->cloudwatch aws-dynamodb-stream-lambda github sample code new item->dynamoDB->dynamoDB stream->lambda->sns New items dynamoDB stream to lambda tutorial