Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.59 KB

File metadata and controls

41 lines (23 loc) · 1.59 KB

@aws/lambda-invoke-store

0.2.1

Patch Changes

0.2.0

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)

0.1.1

Patch Changes

0.1.0

Minor Changes

0.0.2

Patch Changes

0.0.1

Major Changes