SQL Interface
The Simba DynamoDB JDBC Driver provides a SQL interface that enables JDBC applications to work with data that is stored in DynamoDB databases. DynamoDB uses a unique POST-based JSON web API and provides various SDKs that enable Java, .NET, or PHP to interact with the API. Without the SQL interface provided by the connector, DynamoDB can only be accessed by applications that natively support the API or SDKs.
Note:
All table names that are exposed by the connector are case-sensitive.