Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

UpdateTable operation with the GlobalSecondaryIndexUpdates parameter

aws dynamodb update-table 
    --region eu-west-1 
    --endpoint-url http://127.0.0.1:8000 
    --table-name ssib_dev_assetsTable 
    --attribute-definitions AttributeName=AssetGroup,AttributeType=S 
    --global-secondary-index-updates '[{"Create":{"IndexName":"gsi_group","KeySchema":[{"AttributeName":"AssetGroup","KeyType":"HASH"}],"Projection":{"ProjectionType":"ALL"},"ProvisionedThroughput":{"ReadCapacityUnits":5,"WriteCapacityUnits":5}}}]'

By the way, you should probably use the official image instead of some image by some random user docker user: https://hub.docker.com/r/amazon/dynamodb-local/

Comment

PREVIOUS NEXT
Code Example
Typescript :: The dialect mongodb+srv is not supported. Supported dialects feathers 
Typescript :: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Cpp :: 0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed 
Cpp :: find largest number in vector c++ 
Cpp :: ‘setprecision’ was not declared in this scope 
Cpp :: list conda environments 
Cpp :: 3d dynamic array c++ 
Cpp :: unistall lutris 
Cpp :: cpp print vector 
Cpp :: right side pattern triangle c++ 
Cpp :: c++ hide cursor 
Cpp :: string to vector c++ 
Cpp :: c++ messagebox 
Cpp :: how to use sleep function in c++ windows 
Cpp :: check if key exists in map c++ 
Cpp :: hello world c++ visual studio 
Cpp :: sum vector c++ 
Cpp :: c++ pass argument to singleton 
Cpp :: ue4 bind function to button clicked c++ 
Cpp :: unknown type name pid_t 
Cpp :: iomanip 
Cpp :: qt qimage load from file 
Cpp :: random in range c++ 
Cpp :: fast io c++ 
Cpp :: c++ std::fmin 
Cpp :: addition without arithmetic operators c++ 
Cpp :: sum of stack c++ 
Cpp :: compare float values c++ 
Cpp :: find length of array c++ 
Cpp :: reverse c++ string 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =