We have just released version 1.3.0 of the Foreign Data Wrapper for DynamoDB.
This release can work with PostgreSQL 13, 14, 15 and 16 . This release improves following item: • Support PostgreSQL 16 The FDW supports following features : • Support SELECT feature to get data from DynamoDB. DynamoDB FDW supports selecting columns or nested attribute object by using -> or ->> jsonb operator. • Support INSERT feature. • Support UPDATE feature. • Support DELETE feature. • Support push down WHERE clause (including nested attribute object). • Support push down function SIZE of DynamoDB. This is developed by Toshiba Digital Innovation Technology Center. Please see the repository for details. Source repository : [https://github.com/pgspider/dynamodb_fdw](https://github.com/pgspider/dynamodb_fdw)