v0.6.0
Minor Feature Release
This is a feature release to add support for remote hosting in Lambda. This release has breaking changes. Some API signatures become async and the Migration table schema has changed to permit location of migrations via query() vs scan().
Features
- Support remote hosting in Lambda
Breaking Changes
- getCurrentVersion and getOutstandingVersions are now async
- Removed init() and update()
- Migrate schema changed PK & SK to permit find by query vs scan
Fixes
- Documentation updates re hosting in Lambda