jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

Deprecated `new Buffer` got reintroduced in version 1.3.0 #53

Closed markhaslam closed 1 year ago

markhaslam commented 1 year ago

It looks like the deprecated new Buffer accidentally got reintroduced in v1.3.0

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