Skip to content

Example-Collection/Lambda-Image-Resizing-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo application for testing lambda function for imager resizing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published