Connector for Amazon (AWS) DynamoDB.
Solves many of the issues from 'Amazon DynamoDB Connector' forge component, which at the time of publication of this component had multiple issues like not being thread-safe, not reusing DynamoDB clients, CreateTable not working, not supporting UpdateItem, etc... .
This implementation is thread-safe and reuses DynamoDB SDK clients across requests.
Also supports UpdateItem (partial updates) and pagination for Query and Scan.
Includes functions to map from and to DynamoDB style JSON, making it a lot easier to map DynamoDB results to OutSystems structures.