s3imageUpload is an example for creating a custom service to Upload and Delete Image in Amazon S3 Bucket using Node.js.
Use the package manager npm or yarn to install dependencies.
npm install
OR
yarn install
node ./bin/www
If you have nodemon installed:
nodemon ./bin/www
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.