Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 1.1 KB

File metadata and controls

38 lines (38 loc) · 1.1 KB

Microfrontend deployment flow:

┌──────────────┐
│  Git Monorepo│
└───────┬──────┘
        │  (push code)
        ▼
┌──────────────┐
│   GitHub CI  │
│ (Check changes) │
└───────┬──────┘
        │ If changes detected
        ▼
┌──────────────┐
│   Webpack    │
│   (Build)    │
│  dist/ files │
└───────┬──────┘
        │ Upload build output
        ▼
┌──────────────┐
│   Amazon S3  │
│ (Static files) │
└───────┬──────┘
        │ Origin for CDN
        ▼
┌─────────────────┐
│ CloudFront CDN  │
│ (Edge Caching,  │
│ Global Delivery)│
└───────┬────────┘
        │
        ▼
┌──────────────┐
│   Browser /  │
│   End User   │
└──────────────┘