Host a webapp to access your S3 files using Cognito credentials.
- React.js
- CloudFlare functions
- AWS Cognito User / Identity Pool
- AWS S3
- Necessary IAM Policies: List, Get
- CloudFlare account
- Deploy using CloudFlare Pages
- configure
.dev.varsfor CloudFlare Functions- Look through
functions/for required env vars - You will need: Cognito Userpool ID, Cognito Client ID, Cognito Identitypool ID, S3 Bucket name, and AWS region.
- Look through
npm i && npm run buildto setup projectnpm run pagesto run webapp in development mode
