CORE_OTHER_SERVICE_AWS_DYNAMODB CORE Endpoint
  /rpc/core/?method=CORE_OTHER_SERVICE_AWS_DYNAMODB  
 

Interact with your own DynamoDB on AWS.

You need to pass DynamoDB parameters for the calls that you wish to make.

 
  PARAMETERS TYPE NOTES
  Account Numeric Mandatory. As per SETUP_AWS_ACCOUNT_MANAGE
  AsIs Text (1) Y / N [default]. Should the response be passed back As Is from AWS, or should it be returned in the AWSResponse parameter
  DynamoDBMethod Text Mandatory. eg CreateTable
  DynamoDBData Text Mandatory. A JSON string of DynamoDB parameters. eg: {
"KeySchema": [{"KeyType": "HASH","AttributeName": "Id"}],
"TableName": "TestTable","AttributeDefinitions": [{"AttributeName": "Id","AttributeType": "S"}],
"ProvisionedThroughput": {"WriteCapacityUnits": 5,"ReadCapacityUnits": 5} }
  RETURN  
  AWSResponse