Sonwalkar / Image-resize

Resize the image by just providing width and height.

Home Page:https://a48zetl8yc.execute-api.us-east-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`. .

About

Resize the image by just providing width and height.

https://a48zetl8yc.execute-api.us-east-1.amazonaws.com/


Languages

Language:JavaScript 82.4%Language:EJS 17.6%