- include types declarations (002c21bab6404f5d59b81ada7f7f6db710f432ca)
- Invoke Store is now accessible via
InvokeStore.getInstanceAsync()instead of direct instantiation (d14bda46410ff5e46777795f8ed4c6e8fcc90e7b)- Lazy loads
node:async_hooksto improve startup performance - Selects dynamic implementation based on Lambda environment:
- Single-context implementation for standard Lambda executions
- Multi-context implementation (using AsyncLocalStorage)
- Lazy loads
- Update build configuration to output ESM and CommonJS (b34bfcfb20299f8affbd0c0f33266bad2a0009a7)
- Add support for tenantId (83fa470303d9283930e0f79e9c70ab09cbca6771)
- Set up release scripts (c12740efa370880560a55c21cae1fcecad267053)
- Initial code Node.js Invoke Store for AWS Lambda (c6c89c1a1b3fbf0357a5dce4ca4a0463e02df2fc)