s3next
CICD a Next.JS web app via GitHub actions
Continuously deploy updates a'la the article at How to Use Github Actions to Deploy a Next.js Website to AWS S3
Initial Goals
- auth with AWS Cognito
- read metadata from Cognito
- display formatted metadata
- cache results in S3
Next Goals
- read metadata from external API
- perform other Cognito actions as allowed by role permissions
- handle exceptions