Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 742 Bytes

File metadata and controls

31 lines (20 loc) · 742 Bytes

Lambda-Image-Resizing-Client

Setup

  • (1) Follow and deploy Lambda function for image resizing, using this code.

  • (2) Clone this repository to your local machine.

git clone https://github.com/Example-Collection/Lambda-Image-Resizing-Client.git
  • (3) Install all required dependencies.
yarn install
  • (4) Create a file called .env, and add lambda's API Gateway endpoint as below.
REACT_APP_IMAGE_UPLOAD_URL=https://your-api-gateway-endpoint.com
  • (5) Start application, and begin testing!
yarn start