aws-dynamodb
Verified for current stable LTS
Aws Dynamodb Commands
Aws Dynamodb command syntax with verified terminal examples.
Commands
8 commands for Aws Dynamodb
aws-dynamodb Operations
Aws Dynamodb Command: List Tables
aws dynamodb list-tables aws-dynamodb Operations
Aws Dynamodb Command: Describe Table
aws dynamodb describe-table --table-name <table_name> aws-dynamodb HTTP
Aws Dynamodb Command: Get Item
aws dynamodb get-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: Scan
aws dynamodb scan --table-name <table_name> aws-dynamodb Operations
Aws Dynamodb Command: Create Table
aws dynamodb create-table --table-name <table_name> --attribute-definitions <AttributeName=S,AttributeType=S> --key-schema <AttributeName=S,KeyType=HASH> --provisioned-throughput <ReadCapacityUnits=5,WriteCapacityUnits=5> aws-dynamodb Operations
Aws Dynamodb Command: Put Item
aws dynamodb put-item --table-name <table_name> --item '{{{"AttributeName": {"S": "value"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: Update Item
aws dynamodb update-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' --update-expression "{SET Name = :n}" --expression-attribute-values '{{{":n": {"S": "Jane"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: Delete Item
aws dynamodb delete-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' Suggest a Aws Dynamodb Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws Dynamodb workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.