Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 19:40
· 40 commits to main since this release
eb5d294

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)