Guide to Serverless Architecture
simform.com
Guide to Serverless Architecture
1–10 of 105 posts
Re: Guide to Serverless Architecture
#2Excuse me? Let's use lambda for what it was meant to do, not replace your entire stack.
Re: Guide to Serverless Architecture
#3You can say the same about Object oriented programming or func programming. separation of concerns but on the network. Server functions arent a panecea cause you still have to manage all the other pieces.
An elegant thing would be your entire app is in that single lambda but without state there goes your db. even so, people cant resist taking something and adding and adding more to it.
Re: Guide to Serverless Architecture
#4> Drawback of Serverless: Vendor lock-in, statelessness, local testing, cold/warm start perf, security, deployment, execution, monitoring, remote testing, debugging. Excuse me? Let's use lambda for what it was meant to do, not replace your entire stack.
Re: Guide to Serverless Architecture
#5CGI scripts with a new name. Lambda and the like are interesting but any system is a composable set of components. You can say the same about Object oriented programming or func programming. separation of concerns but on the network. Server functions arent a panecea cause you still have to manage all the other pieces. An elegant thing would be your entire app is in that single lambda but without state there goes your…
Re: Guide to Serverless Architecture
#6Re: Guide to Serverless Architecture
#7It's redirecting to their homepage. Am I missing something?
Re: Guide to Serverless Architecture
#8Re: Guide to Serverless Architecture
#9 * Manage/deploy servers
* Monitor/maintain/upgrade servers
* Figuring out tools to deploy your app to your server
* Scaling an app globally.
* Coping with outages in a data-centre/availability
* Worry about load-balancing & scaling infrastructureRe: Guide to Serverless Architecture
#10Always beats me why people don't warn the readers about the almost impossible nature of logging and monitoring such systems :/