search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Aws Dynamodb Commands
17 aws-dynamodb entries
Limited to 100 results
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: Create Table Aws Dynamodb
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: Delete Item
aws dynamodb delete-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: Delete Item Aws Dynamodb
aws dynamodb delete-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: Describe Table
aws dynamodb describe-table --table-name <table_name> aws-dynamodb Operations
Aws Dynamodb Command: Describe Table Aws Dynamodb
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 HTTP
Aws Dynamodb Command: Get Item Aws Dynamodb
aws dynamodb get-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: List Tables
aws dynamodb list-tables aws-dynamodb Operations
Aws Dynamodb Command: List Tables Aws Dynamodb
aws dynamodb list-tables 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: Put Item Aws Dynamodb
aws dynamodb put-item --table-name <table_name> --item '{{{"AttributeName": {"S": "value"}}}}' aws-dynamodb Operations
Aws Dynamodb Command: Scan
aws dynamodb scan --table-name <table_name> aws-dynamodb Operations
Aws Dynamodb Command: Scan Items
aws dynamodb scan --table-name <table_name> aws-dynamodb Operations
Aws Dynamodb Command: Scan Items Aws Dynamodb
aws dynamodb scan --table-name <table_name> 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: Update Item Aws Dynamodb
aws dynamodb update-item --table-name <table_name> --key '{{{"ID": {"N": "1"}}}}' --update-expression "{SET Name = :n}" --expression-attribute-values '{{{":n": {"S": "Jane"}}}}'