Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move JSON config to a new utility module Move ObjectMapper and JMESPath config to a new module, to be reused by other powertools modules * Use new utility module for JSON config * Idempotency module * Idempotency module example * Idempotency module added to lambda-powertools * solve JDK 16 build * refactoring to simplify 'around' method * solve javadoc warnings * PR #717: document exceptions * PR #717: move cache to utilities * PR #717: native libs for dynamo & sqlite * PR #717: changes post review * PR #717: add modules to GitHub workflows * PR #717: fix utilities dependency * PR #717: fix utilities dependency * PR #717: fix utilities dependency * PR #717: upgrade utilities and idempotency version to 1.10.3 * PR #717: end to end test with a handler * PR #717: upgrade version in example * PR #717: expiration in seconds instead of ms * PR #717: new test * adding documentation * removing unused dependencies * sqlite dependency for Mac M1 * update doc for sqlite dependency on M1 * change expiration to duration * update doc for utilities * PR #717: rename utilities into serialization * PR #717: move back LRU into idempotency module * PR #717: local cache disabled by default * PR #717: update documentation - add installation guide - sam template indentation - local cache disabled by default - + minors changes
- Loading branch information