pgdump-aws-lambda icon indicating copy to clipboard operation
pgdump-aws-lambda copied to clipboard

Node 18.* Runtime Compatibility

Open scosman opened this issue 4 months ago • 1 comments

Fixes: https://github.com/jameshy/pgdump-aws-lambda/issues/63

Add aws-sdk as a regular dependency (not dev), since it isn't bundled in newer AWS runtimes (18., 20.).

Also run npm audit fix to update deps.

Working on Node 16.* and 18.* runtimes. The binaries don't work on 20., so this isn't quite up to latest, but at least 18. isn't EOL.

Note: since I updated readme to suggest 18.* I'd suggest only merging once your ready to publish a release.

scosman avatar Apr 20 '24 12:04 scosman