Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@mikaelvesavuori mikaelvesavuori released this 01 Mar 17:40
· 6 commits to main since this release

What's Changed

  • Migrate to HTTP API (API Gateway v2) instead of REST API (API Gateway v1)
  • Remove JSON validator as it isn't supported by HTTP API
  • Minor cleanup and restructuring of folders and files to be in line with most of my other projects
  • Use generic pk/sk format in DynamoDB to allow for improved future single table design

Full Changelog: v1.0.1...v2.0.0

Summary of changes

This version is mostly about under-the-covers changes. The migration to HTTP API should improve both cost (about 3x cheaper than REST API) and be somewhat faster. The generic pk/sk format in DynamoDB is also a very subtle change that will allow for more elaborate database usage in the future.