https://jefersonvrocha.com.br • LinkedIn •
- React/NextJs handle the image list view and upload once the user validade the login by AWS Cognito, once the user upload React will send the file to S3 and after that lambda function will be triggered.
- To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/tecjeferson/imagesharing-terraform-react-cognito-lambda-aws
# Go into the repository
$ cd imagesharing-terraform-react-cognito-lambda-aws
$ cd frontend
# Install dependencies
$ npm install
# Run the app
$ npx next start
#To run terraform at /backend I suggest read the official documentation to make sure what you are doing and prevent incidents or hight AWS costs.
MIT