node-lambda-log icon indicating copy to clipboard operation
node-lambda-log copied to clipboard

Rewrite LambdaLog using TypeScript

Open KyleRoss opened this issue 4 years ago • 0 comments

Description

I want to rewrite LambdaLog from the ground up using TypeScript. This will provide a few benefits:

  • Type definitions will live in the repo instead of using an unreliable third-party source.
  • Type safety will help alleviate some of the checks being executed within the app, thus reducing complexity and code.
  • Ability to compile to both ESM and CommonJS automatically so both can be supported.

KyleRoss avatar Oct 11 '21 01:10 KyleRoss