4.4.1
What's Changed
- Add in npm provenance with sigstore @willfarrell
- Fix edge case: When using
@middy/warmup
with a middleware that had disablePrefetch:false (default) and cacheExpiry > 0 set and the first invocation was after cacheExpiry would cause an expired value to be used instead of fetching a new value. by @willfarrell in #1051
Full Changelog: 4.4.0...4.4.1