JavaScript/TypeScript library for making AWS Lambda to Lambda calls using openapi-client-axios. Current stable version is 1.4.0, active development. Provides a 'getLambdaRunner' function that wraps the AWS Lambda client to enable direct microservice-to-microservice invocations via OpenAPI operations, eliminating the need for API Gateway. Key differentiator: integrates with openapi-client-axios for type-safe API calls, supports IAM for permission management, and uses AWS SDK v3 for smaller bundle size. Requires Node.js >= 12.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is ESM-only; using require() may fail in Node.js < 12 or without transpilation. TypeScript included.
Shows how to initialize openapi-client-axios with an OpenAPI definition and register a Lambda runner to make direct Lambda-to-Lambda calls.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.