https://github.com/markhu/s3next
CICD a Next.JS web app via GitHub actions
https://github.com/markhu/s3next
Last synced: 7 months ago
JSON representation
CICD a Next.JS web app via GitHub actions
- Host: GitHub
- URL: https://github.com/markhu/s3next
- Owner: markhu
- License: mit
- Created: 2020-12-11T19:15:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T18:13:47.000Z (over 5 years ago)
- Last Synced: 2025-01-29T03:34:10.266Z (over 1 year ago)
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.freecodecamp.org/news/how-to-use-github-actions-to-deploy-a-next-js-website-to-aws-s3/)
## Initial Goals
1. auth with AWS Cognito
2. read metadata from Cognito
1. display formatted metadata
3. cache results in S3
## Next Goals
1. read metadata from external API
2. perform other Cognito actions as allowed by role permissions
3. handle exceptions