cache-image
v0.0.1
Published
Resize and cache images to S3.
Readme
Setup
Install dependencies using npm. It'll install the AWS SDK on the development machine.
npm installTo run the function locally execute the following command.
npm run startRun the following command to deploy the app to Amazon Lambda.
npm run deployPackage the function:
- You can pack the whole function to a zip file with the "dependencies" specified in package.json
