79355807

Date: 2025-01-14 17:15:35
Score: 0.5
Natty:
Report link

Solution

Install the npm module that packages the binary locally.

npm install aws-crt

Update build script to mark aws-crt as an external:

esbuild src/server.ts --outdir=dist --bundle --platform=node --external:aws-crt

References:

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Patrick Michaelsen