|
|
|
|
|
by mschuster91
1625 days ago
|
|
Reducing your website to something that can essentially be served straight out of s3 buckets + lambda functions for the few interactive elements your site has (e.g. newsletter subscription, contact form) will reduce your hosting bill and attack surface, but increase operational complexity. The key thing behind the "headless CMS" fashion is that most people severely overestimate the amount of cost reduction and underestimate the impact of something breaking down in the backend side as well as the engineering cost. |
|