DynamoDB SDK

DynamoDB uses REST/HTTP based wire protocol The request & response data for these REST call is in JSON format. Under the hood, SDK implements the wire protocol for DDB

AWS Command Line Interface tool, AWS management console and even the NoSQL workbench use the SDK to carry out the table operations. The SDK is available for multiple languages.

SDK & Tools