lambda-cache
JSON →A lightweight in-memory caching library for Node.js AWS Lambda functions. Version 1.0.0 provides a simple TTL-based cache that persists across invocations within the same execution context. Unlike generic caching solutions, it is tailored for stateless Lambda environments where memory is reused. The Cache class supports get, set, and TTL expiration. Ideal for reducing external API calls and improving performance in short-lived function invocations. No external dependencies.
Resources
packagelambda-cache ↗