How to configure batch get item activity of DynamoDB in mendix studio pro

0
Facing issue while configuring batchGetItem activity of DynamoDB. What argument do i need to pass in Request parameter?
asked
1 answers
1

Set up a np datastructure with table(s)  associated to the request. Set the items and keys. See datamodel.

 

https://docs.mendix.com/appstore/connectors/aws/amazon-dynamodb/

 

https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchGetItem.html

answered