https://github.com/badsyntax/this-is-my-jam
An overview of my ideal JAM stack
https://github.com/badsyntax/this-is-my-jam
Last synced: 4 days ago
JSON representation
An overview of my ideal JAM stack
- Host: GitHub
- URL: https://github.com/badsyntax/this-is-my-jam
- Owner: badsyntax
- Created: 2021-12-14T08:04:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T08:12:04.000Z (about 4 years ago)
- Last Synced: 2025-02-15T05:15:00.412Z (12 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# this-is-my-jam
An overview of my ideal JAM stack

- Next.js
- Static front-end - if server side processing is required, this will be achieved using microservices
- CDN to serve static assets from the Edge - without using any lambdas, we want the fastest possible Edge response tmies
- Preview website on pull requests
- Server-side preview - for when we want to preview content changes from the headless CMS
- CMS powered (Strapi)
- Plausible analytics
## Infrastructure
- AWS
- IaC (CloudFormation)
- S3
- CloudFront
- ECS for server apps?
I might or might not script this up to make it easy to provision this stack...