đ Thanks for your support over 2020, as well as for submitting items and spreading the word. It's all appreciated! This is our last issue of 2020 and we're looking back at the items that clicked with you the most. We'll be back in January â see you then! :-) |
#181 â December 18, 2020 |
Serverless Status |
The most clicked-on |
A Collection of 32 Serverless Patterns â A group of academics collected together various serverless patterns theyâd seen in talks, on blogs, and in other papers and, well, hereâs a summary of what they found. The 32 patterns covered are broken down into areas like aggregation, event management, and authorization. These patterns will continue to be a key part of the serverless architect's toolbox into 2021. Taibi, Ioini, Pahl, et al. |
What a Typical 100% Serverless Architecture Looks Like in AWS â A 30,000 foot overview of what a complete, fully featured serverless app can look like, architecturally, âfrom aboveâ. Xavier Lefèvre |
|
Fargate vs Lambda â A comparison of AWSâs serverless compute options on cost, performance, and ease of use. Jeff Carter (Trek10) |
7+1 Serverless Trends to Know About in 2020 â Earier this year we encouraged you to take a serverless survey by Coding Sans and here are the results. While the sample size is reasonably small, the trends matched up with other surveys with Lambda, Node, and Python leading the way and debugging proving the trickiest serverless development task. This continues to ring true to me at the end of 2020 too. Coding Sans |
3x Smaller AWS Lambda Artifacts by Removing Junk From Vlad Holubiev |
The Serverless Supremacy (or The Fall of the Monolith) â Beware: opinions ahead! Webinyâs CEO Sven Al Hamad responded to a tweet by the creator of Ruby on Rails (best known for building monolithic Ruby webapps) where he referred to the promises of serverless in a negative light. Sven Al Hamad |
Microservices Guru Says 'Think Serverless, Not Kubernetes' â Sam Newman, a consultant and author specialising in microservices, told a (virtual) crowd at the GOTOpia Europe conference that serverless, not Kubernetes, is the best abstraction for deploying software. Tim Anderson |
|
Moving My Serverless Project to Ruby on Rails â We love serverless but managing a lot of moving parts in the shape of serverless functions doesn't suit every project or team of developers, and a move to a more monolithic, traditional app structure can seem appealing, as demonstrated here. Alex Kotliarskyi |
Serverless-Flow: A CI/CD Branching Workflow Optimized for Speed and Quality â The âGitHub flowâ is a popular approach of branching, committing, creating a pull request, and merging thatâs used on GitHub repos. Serverless Flow was a proposed equivalent idea for working with CI/CD in serverless scenarios. Ben Ellerby |
sls-dev-tools v1: Think DevTools But for Serverless â âThink Chrome Dev Tools but for Serverlessâ said the team behind sls-dev-tools. These tools work with AWS Lambda and alongside tools like Serverless Framework or SAM. We interviewed Ben Ellerby, one of the main developers of the project, back in May if you want more detail. Theodo |