Skip to content

Releases: awslabs/aws-lambda-invoke-store

v0.2.2

03 Dec 16:20
9f17789

Choose a tag to compare

Patch Changes

  • Fix context cleared prematurely in InvokeStoreSingle with async functions. Removed try-finally block that was clearing context before async operations completed. (9bed56d892dbe8473a9b8b7f3c4aa5f4e6612057)

v0.2.1

20 Nov 17:30
db30e3f

Choose a tag to compare

Patch Changes

v0.2.0

14 Nov 19:40
eb5d294

Choose a tag to compare

Minor Changes

  • Invoke Store is now accessible via InvokeStore.getInstanceAsync() instead of direct instantiation (d14bda46410ff5e46777795f8ed4c6e8fcc90e7b)
    • Lazy loads node:async_hooks to improve startup performance
    • Selects dynamic implementation based on Lambda environment:
      • Single-context implementation for standard Lambda executions
      • Multi-context implementation (using AsyncLocalStorage)

v0.1.1

28 Oct 17:00

Choose a tag to compare

Patch Changes

v0.1.0

11 Sep 17:14
b0b7116

Choose a tag to compare

Minor Changes

v0.0.2

09 Sep 16:40
d20855f

Choose a tag to compare

Patch Changes