Articles
-
2023-05-15 ◦ Serverless, a CTO’s Perspective - DEV Community
As many others have stated, it’s not the absence of servers that makes it serverless, it’s the place in your problem-solving and deployment that makes it so.
So why would a CTO choose serverless from a people perspective? For me it’s simple. With serverless I spend less time running infrastructure and more time building application
I tend to book serverless components in two categories. I have the bedrock components that I know I won’t need to outgrow such as SQS, DyanmoDB and EventBridge. And then I have the components that get me going the quickest and will last a long time but might be replaced. Step Functions and Lambdas fall into the this category. I’ve not reached a scale that requires this in a few places but the upgrade path is easy enough. I lean into Fargate on ECS which gives me plenty of horizontal scale to deal with load that might be more consistent.
-
2023-05-11 ◦ Scaling up the Prime Video audio/video monitoring service and reducing costs by 90% - Prime Video Tech
-
2023-03-16 ◦ Serverless Land
This site brings together the latest information, blogs, videos, code, and learning resources for AWS Serverless. Learn to use and build apps that scale automatically on low-cost, fully-managed serverless architecture.
-
2022-11-09 ◦ Ask HN: Skeptical about my company going “full serverless”. What am I missing? | Hacker News (HackerNews)
- great comments where Serverless is good at (and where not)
- some interesting comments why GCP should be better than AWS (with regards to serverless)
-
2022-10-04 ◦ Build your Backend with Netlify Functions in 20 Minutesj
Resources
- 2023-08-03 ◦ Doing serverless with Terraform (Terraform)