AWS Lambda image resize in Node.js 8.10
Dynamic image resize program for AWS Lambda in Node.js 8.10. It's easy to use. This node module id built from source beforehand. So no need to compile.
- Make your package from this repo.
$ git clone [email protected]:hardreggaecafe/resizeimage_im_node8.10.git
$ cd resizeimage_im_node8.10
$ vim index.js # Add some modification if necessary
$ zip -r image_resize.zip index.js node_modules
- Unload package via AWS Lambda
Noriaki Takamizawa