Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

dynamodb json to regular json

AWS.DynamoDB.Converter.unmarshall({
    "updated_at":{"N":"146548182"},
    "uuid":{"S":"foo"},
    "status":{"S":"new"}
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dynamodb #json #regular #json
ADD COMMENT
Topic
Name
9+7 =