|
AWS FOR THE REAL WORLD
β±οΈ
Reading time: 8 minutes
π―
Main Learning: 5 practical techniques to cut Lambda costs (memory, timeouts, ARM, batching, caching)
π
π¬
Hey Reader ππ½ Lambda bills can sneak up on you. One function is often not expensive. But then you scale it up and π₯ it costs you $5,000. Sounds familiar? We had this exact problem with our Shopify fraud detection app. Orders coming in via EventBridge, each triggering its own Lambda.And the bill was $150/month for just one small function. After some changes, we got it down to $3. Thank you to Honeycomb for sponsoring this content. In this issue, I'll walk you through 5 tips that actually work. No generic "turn off unused Lambdas" advice. Real patterns from real projects. Rather watch a video? I've recorded one for you! π¬ Rather read? Here the post βοΈ
Thatβs it for this week! Quick recap:
Got Lambda cost wins of your own? Reply and tell us - weβd love to feature them. See you soon! Sandro & Tobi |
We teach AWS for the real world - not for certifications. Join more than 10,500 developers learning how to build real-world applications on AWS.
AWS FOR THE REAL WORLD β±οΈ Reading time: 12 minutes π― Main Learning: The 11 most impactful AWS releases from the past 12 months that have nothing to do with AI. π Blog Post Hey Reader π Every re:Invent recap, every AWS blog, every newsletter from the past year has been dominated by one topic. You know which one. But while everyone was writing about agents and foundation models, the core infrastructure layer kept moving. Quiet releases. No keynote fanfare. Things that actually affect your...
AWS FOR THE REAL WORLD β±οΈ Reading time: 5 minutes π― Main Learning: Deploy AWS's open-source TEAM solution for temporary admin access with approval workflows π¬ Watch on YouTube Hey Reader ππ½ I hope you had a great weekend and have a great week ahead. One thing I see over and over again in AWS setups: admin permissions are either handed out way too easily or way too hard. There is no middle ground. In other systems this was already solved. You shouldnβt have to DM somebody for admin access. We...
AWS FOR THE REAL WORLD β±οΈ Reading time: 12 minutes π― Main Learning: Run an always-on AI agent on a $5 Lightsail instance with zero open ports, SSM access, and GitHub as a time machine for your agent's brain π Blog Post π¬ Watch on YouTube Hey Reader ππ½ the past weeks there is obviously one driving topic: OpenClaw π¦ We love seeing that a developer from our neighbor country π¦πΉ built a tool that got so MUCH hype. That is why we needed to try it out as well! While I (Sandro) added OpenClaw to my...