Tag:Serverless
All posts tagged with Serverless
- Conquer .NET Lambda Performance with these 3 steps
Running .NET on AWS Lambda? Follow these steps to ensure you're getting the best possible performance for your workload
- Why .NET Devs Should Stop Writing Lambda YAML Forever
Deploying .NET Lambda functions on AWS just got easier! In this video, you'll learn how to leverage the AWS Cloud Development Kit (CDK) to build, configure, and deploy serverless applications—no YAML, no tedious console clicking, and no need to master new syntaxes. Discover how CDK lets you use C# to define infrastructure, streamline permissions, and automate deployment, all within your familiar .NET workflow.
- .NET on AWS Lambda in 20 minutes
Staring at a greenfield project, most engineers face that twinge of anxiety. You know the feeling: you want to move fast, lean on your experience, but there's this wall—deploying your .NET API to serverless without losing the developer ergonomics you love from ASP.NET. That's the heart of the issue. Serverless is supposed to save us operational headaches, but how do you keep your flow when the abstraction starts to diverge from your muscle memory?
- On Choosing Your Complexity
Software is complex, but you can choose your complexity. This post explores the things you do have control over, and the things you don't.
- On The Dimensions of Modern Compute
Pulling together my thoughts on modern compute platforms, and the decisions and trade-offs you need to consider when choosing serverless, bare metal servers or anything in between.
- On Patterns of Modern App Development
What makes up a modern application? What components do you need to think about and how do you architect them together?
- Serverless Redefined
A look at serverless applications, and how this stretches beyond simple functions running in the cloud.
- Writing testable, maintable, Lambda Functions in .NET
Moving fast is exhilarating, until it's 3am and you're knee-deep in a sea of 700-line Lambda functions, trying to swat a bug that only appears on production. The question that lingers for many .NET engineers venturing into serverless is: does adopting Lambda mean sacrificing testability, maintainability, and all the hard-won architecture patterns from the rest of your career?
- The Essential Art of Sustainable Software Architecture
Sustainability; a word we all hear an awful lot and one that means different things to different people. What does it mean to be sustainable? The definition above sums it up for me, fulfil the needs of the present without compromising the future. Let's explore what makes up the art of sustainable software architecture, balanced across the environmental, economic and social pillars?