|
AWS FOR THE REAL WORLD
β±οΈ
Reading time: 9 minutes
π―
Main Learning: Build a self-service portal that grants temporary AWS + Azure access and revokes it automatically β using Kestra and one YAML file.
π
π»
π¬
Hey Reader ππ½ Happy new week! Tobi and I met up last week and spent some time planning the videos ahead. Weβre going more and more into YouTube β and a few things Iβm hyped about:
We love AI. But we still want to teach the real-world basics that nobody else covers. Which is exactly why Iβm excited about todayβs sponsor: Kestra. Iβve talked a lot about TEAM β the AWS solution for automating temporary admin access. TEAM is great. But it has one hard limit: your devs almost always need access to more than just AWS. The moment Azure or another cloud enters the picture, TEAM stops at the door. This is where Kestra comes in. Rather watch a video? Weβve recorded one for you ππ½ This issue is sponsored by Kestra. We only partner with tools we'd actually use ourselves.
Amazing that you're reading until here! Check out Kestra here :) Have a great week ahead! |
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: 6 minutes π― Main Learning: One stack, reused for every project. Hono on Lambda, Postgres with Drizzle, a TanStack SPA on S3 and CloudFront, and Better Auth for login. π Blog Post Hey Reader ππ½we've build a lot of fullstack applications so far: client projects side projects (this one, shopify apps, etc.) example tutorial apps Over the past few years we switched up tech stacks a lot. That taught us what actually matters in a stack and what is just...
AWS FOR THE REAL WORLD β±οΈ Reading time: 10 minutes π― Main Learning: Wildcards come from the tooling, not from laziness. Put least privilege at the account level and let an agent write the policies. π Blog Post Hey Reader ππ½ I have shipped my share of s3:* at unusual hours and told myself I would refactor it later - which obviously never happened π So when someone on r/aws asked why developers can't write least privilege policies and put it down to laziness, I was excited to read through all...
AWS FOR THE REAL WORLD β±οΈ Reading time: 11 minutes π― Main Learning: Most teams should stay serverless. EKS only pays off at real scale. π Blog Post Hey Reader ππ½For years we told everyone the same thing: don't run Kubernetes! And we meant it. Running k8s yourself is a second full-time job. Cluster upgrades, etcd backups, some networking plugin that falls over on a Tuesday and nobody can say why.We're serverless people through and through. Lambda first, a queue behind it, scale to zero, go...