Skip to content

V1.2 Release

Latest
Compare
Choose a tag to compare
@chomes chomes released this 20 Apr 06:53
· 1 commit to master since this release

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