Real World Serverless with theburningmonk cover image

Real World Serverless with theburningmonk

Latest episodes

undefined
10 snips
May 30, 2023 • 58min

#79: The meaninglessness of serverless with Ben Kehoe

In this episode, I caught up with Ben Kehoe, who is an AWS Serverless Hero and one of the earliest adopters of serverless technologies.In a wide-ranging conversation, we discussed many topics around serverless and AI, including:The natural evolution of marketing terms and the need to focus on specific functional characteristics rather than defending the term. For example, including of arguing about what "serverless" means, we should instead talk about "pay-per-use".AWS should focus DX around the core service (e.g. CloudFormation) rather than trying to find client-side solutions by adding workarounds in SAM, CDK, etc.These client-side answers have a higher Total Cost of Ownership (TCO). Developers often don’t see the increased TCO they are taking on, but when things break, it’s a problem.Developers put too much emphasis on author time benefits and not enough on runtime and operational time costs. They should be more thoughtful about the operational time cost.The “infrastructure from code” movement is taking burdens off the developer but leaving them with the developer’s business, which is a bad thing.Developers often have a hard time separating delivering business value vs. coding.As an industry, a flawed narrative has emerged that developers are somehow special within an organisation and that it’s OK for them to ignore their responsibilities to security if there is friction in the process.Ai has the potential to impede human growth as the current AI systems are not designed to generate new ideas and challenge the status quo. “an AI generator that is trained on modernist art would never invent post-modernism”.Links from the episode:The meaning(lessness) of serverlessServerless is a state of mindThe serverless spectrumEp16 - Serverless at iRobot with Ben KehoeFor more stories about real-world use of serverless technologies, please follow me on Twitter as @theburningmonk and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
May 16, 2023 • 58min

#78: Out with legacy lock-in with Eduard Bargues

In this episode, I spoke with Eduard Bargues, who is a Principal Engineer at Ohpen, a cloud-native open banking platform.We talked about Ohpen's migration from EC2 to a mix of Fargate and Lambda, and along the way, we touched on many topics:migration patternsthe "serverless-first" mindsethow to choose when to use Lambda vs Fargatewhy monolith functions are painful and should be avoidedrecommendations and pitfallswhy you should build a DX teamWe also talked about how being cloud-agnostic makes you use the cloud in a way that is inefficient and creates many layers of unnecessary abstraction layers in your architecture, which Eduard calls "legacy lock-in"!We talked about their event-driven architecture and how they are using an in-house Event Broker to add FIFO support (which EventBridge doesn't support) for some subscribers. It's similar to what Luc van Donkersgoed talked about in episode 68. We talked about their EventBridge topology and how they manage over 200 AWS accounts, and finally, what are the biggest shortcomings with EventBridge right now.Links from the episode:Job openings at OhpenEpisode 68 with PostNLEpisode 73 with NNLuc van Donkersgoed's Twitter and LinkedInThe decoupled invocation patternFor more stories about real-world use of serverless technologies, please follow me on Twitter as @theburningmonk and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
May 2, 2023 • 59min

#77: Microfrontends with Luca Mezzalira

In this episode, I spoke with Luca Mezzalira, who is the author of "Building Micro-Frontends" by O'Reilly, and a Principal Specialist Solutions Architect at AWS focusing on serverless.We talked about micro-frontends and dived deep into his experience with them at both DAZN and AWS. We got a high-level overview of micro-frontends: what it is, how they work, and who should adopt micro-frontends. And why it worked out so well at DAZN, which had the challenge of supporting more than a dozen of devices including set-top boxes with custom versions of HTML!We were also able to dive deep into some technical topics, such as how to manage the shared user state (e.g. credentials and session); how to build micro-frontends from a CI/CD pipeline POV; and how to maintain a consistent styling and layout across all your micro-frontend pages.Links from the episode:The frontend-discovery-service open-source project in AWS LabsLuca's Microfrontends bookFor more stories about real-world use of serverless technologies, please follow me on Twitter as @theburningmonk and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
Apr 18, 2023 • 51min

#76: Optimizing AWS cost with Erik Peterson

In this episode, I spoke with Eric Peterson who is the founder and CTO of CloudZero, a leading vendor that helps AWS customers reign in their AWS spending by revealing hidden savings and preventing costly mistakes.We discussed a range of topics, including common mistakes AWS users make and how CloudZero once saved a customer potentially a million-dollar on CDN bills by alerting them of spending abnormalities early.We also talked about the trade-off between having cloud cost controls and the cost overhead they add. We talked about FinOps and how CloudZero can understand the unit cost of their own systems and how much each customer costs them because of the pay-per-use pricing model of serverless technologies.And we discussed the wider economic trends in 2023 and how that might impact companies going forward and how it might change their views on serverless and the cloud more broadly.Links from the episode:Erik's Twitter, Linkedin and personal blogBuilding a fully serverless insurance company with Joe EmisonFor more stories about real-world use of serverless technologies, please follow me on Twitter as @theburningmonk and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
4 snips
Apr 4, 2023 • 47min

#75: Building open source community around SST with Dax Raad

In this episode, I spoke with Dax Raad to talk about SST and the challenges of building an open-source community. Honestly, I think AWS can learn a thing or two from Dax's approach towards open-source, an approach that puts the needs of the customers first at the cost of the convenience of the maintainers.We talked about some shortcomings of CDK, the origin of SST and what problems it's supposed to solve; who are the intended users; and how SST differs from other simpler products on the market.We talked about  Dax's journey into serverless, via Kubernetes. And the self-realization that deep down, behind all the arguments about "vendor lock-in", he was pushing back on serverless because he was trying to avoid learning another thing.And we reminisced about learning programming languages and our shared appreciation for Erlang and the actor model!Links from the episode:Check out SST hereThis episode is sponsored by Momento. Get all the benefits of database caching and none of the operational headache with Momento Serverless Cache. Start free at gomomento.co/realworld.For more stories about real-world use of serverless technologies, please follow me on Twitter as @theburningmonk and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
Mar 21, 2023 • 33min

#74: The Litmus test for serverless with Kirk Kirkconnell

In this episode, I spoke with Kirk Kirkconnell to talk about his experience with database technologies and serverless. Kirk had been involved with databases his whole career, including recently with the DynamoDB and Momento teams.We talked about single table design with DynamoDB - when to use it and some common drawbacks to consider. We discussed the strength and weaknesses of DynamoDB DAX and when to use it vs a general-purpose caching solution like Momento.But the big discussion was about the rise of faux serverless services and the important, yet often underrated role of scale to zero. And why there needs to be a litmus test for serverless storage services so people have a better idea of what they're getting themselves into!Links from the episode:Litmus for serverless (blog post)Jobs at MomentoGetting started with MomentoThis episode is sponsored by Momento. Get all the benefits of database caching and none of the operational headache with Momento Serverless Cache. Start free at gomomento.co/realworld.For more stories about real-world use of serverless technologies, please follow me on Twitter as @theburningmonk and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
Mar 8, 2023 • 39min

#73: Innovating a 175 years old company with serverless with Vijai Ramcharan

In this episode, I spoke with Vijai Ramcharan to talk about his experience with introducing serverless at NN, a 175 years-old financial services company based in the Netherlands.We touched on many topics, from changing existing mindsets and training engineers about AWS and serverless, to vendor lock-in and challenges with adopting serverless at the enterprise scale.Links from the episode:Vacancies at NNVijai's article on kickstarting serverless adoption at NNWerner Vogel's keynote at re:invent 2022Gregor Hophe's talk on Modern cloud applications: Do they lock you in?This episode is sponsored by Momento. Get all the benefits of database caching and none of the operational headache with Momento Serverless Cache. Start free at gomomento.co/realworld.For more stories about real-world use of serverless technologies, please follow us on Twitter as @RealWorldSls and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
Feb 22, 2023 • 40min

#72: Master IAM with Rowan Udell

In this episode, I caught up with Rowan Udell to talk about his book The Practical AWS IAM Guide and get his takes on IAM best practices.Links from the episode:AWS IAM AnalyzerCloudsplainingIAM livePermissions.CloudTrackIAMAWS services that work with IAMThis episode is sponsored by Momento. Get all the benefits of database caching and none of the operational headache with Momento Serverless Cache. Start free at gomomento.co/realworld. For more stories about real-world use of serverless technologies, please follow us on Twitter as @RealWorldSls and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
Dec 14, 2022 • 45min

#71: Avoiding common AWS mistakes with Ben Bridts

In this episode, I caught up with Ben Bridts, who is an AWS Community Hero and consultant at Cloudar in Belgium.We talked about many topics, including common mistakes companies make in AWS; the problems with AWS Organizations; pitfalls with platform teams; and some success stories from his work as a consultant.Links from the episode:Alex DeBrie's post on GraphQL and Single-table designFor more stories about real-world use of serverless technologies, please follow us on Twitter as @RealWorldSls and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0
undefined
Nov 30, 2022 • 34min

#70: Serverless at LEGO with Sarah Hamilton

In this episode, I caught up with Sarah Hamilton, who is an AWS Community Builder and a software engineer at LEGO.We talked about her journey into serverless and LEGO's serverless adoption has changed since I spoke with Sheen and Nicole on this podcast. In the two years since they have grown from 6 features teams to over 25, all focused on serverless technologies. We also talked about some of Sarah's previous work, especially a project where she used Step Functions, and her approach towards testing Step Functions.Links from the episode:Sarah's talk on advanced event-driven architectures at LEGO groupEpisode 12: Serverless at LEGO with Nicole Yip and Sheen BrisalsFor more stories about real-world use of serverless technologies, please follow us on Twitter as @RealWorldSls and subscribe to this podcast.Want to step up your AWS game and learn how to build production-ready serverless applications? Check out my upcoming workshops and I will teach you everything I know.Opening theme song:Cheery Monday by Kevin MacLeodLink: https://incompetech.filmmusic.io/song/3495-cheery-mondayLicense: http://creativecommons.org/licenses/by/4.0

Get the Snipd
podcast app

Unlock the knowledge in podcasts with the podcast player of the future.
App store bannerPlay store banner

AI-powered
podcast player

Listen to all your favourite podcasts with AI-powered features

Discover
highlights

Listen to the best highlights from the podcasts you love and dive into the full episode

Save any
moment

Hear something you like? Tap your headphones to save it with AI-generated key takeaways

Share
& Export

Send highlights to Twitter, WhatsApp or export them to Notion, Readwise & more

AI-powered
podcast player

Listen to all your favourite podcasts with AI-powered features

Discover
highlights

Listen to the best highlights from the podcasts you love and dive into the full episode