Based on feedback a major refactoring has been done on how some elements are handled.
Changes
- Users will now parse in their own schema_template which will then generate a schema to be validated on the fly by the data model.
- aws_region has been removed as a field from the system as it wasn't needed due to env variables picking that up
- update_expressions will be auto generated by the system rather then hard coded
View the readme and test examples for dynamodb_client and validation for further details