Closed markhaslam closed 1 year ago
It looks like the deprecated new Buffer accidentally got reintroduced in v1.3.0
new Buffer
https://github.com/jeremydaly/lambda-warmer/compare/v1.2.3...v1.3.0#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R90
I created this pull request to change it back to use Buffer.from: https://github.com/jeremydaly/lambda-warmer/pull/52
Buffer.from
It looks like the deprecated
new Buffer
accidentally got reintroduced in v1.3.0https://github.com/jeremydaly/lambda-warmer/compare/v1.2.3...v1.3.0#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R90
I created this pull request to change it back to use
Buffer.from
: https://github.com/jeremydaly/lambda-warmer/pull/52