1

How can i get only single column data from dynamo db by calling lambda function in java script?

1 Answer 1

2

By using ProjectionExpression we can get single column.

eg:
{ 
    "TableName" : "your table name",
    "ProjectionExpression" : "column name"                        
}

you can use this. http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/GettingStarted.NodeJs.04.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.