- Sample client application for testing https://github.com/Example-Collection/Lambda-Image-Resizing-Example.
-
(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