- This project allows you to upload new files to s3
- This project allows you to add/edit/remove emails stored in a Dynamo DB instance
- This project allows you to send the files stored in s3 to the recipients on the Dynamo DB
- This project allows you to convert files on s3 into other formats, such as .docx to .pdf
- Next.js + React + Typescript for the UI
- Next.js API Routes for the serverless api
- Material UI for the graphic component library
- AWS (DynamoDB, S3, Lambda, SES) for the cloud infrastructure
yarn
yarn dev
yarn build
yarn lint
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.