/Image-resize

Resize the image by just providing width and height.

Primary LanguageJavaScript

Image-resize

To run project create a new .env file

.env

Inside .env file copy the below text and add Access key, Secret key and Session_token.

AWS_BUCKET_NAME="image-test-nodejs-akshay"
AWS_BUCKET_REGION="us-east-1"
AWS_DYNAMODB_TABLE="imageResize"

Note: If you running locally then you have to add credentials `access key, secret key`. .