With AWS worsening their news page regularly, here's likely the slickest "I want to stay up with everything" page out there! โจ No weird formatting or controls. Just a simple list with dates and links. Love it!
zerowastecloud.io/aws-whats-new
@tpschmidt.com.bsky.social
Helping aspiring engineers master the cloud ๐จโ๐ป Freelance Software Engineer โ๏ธ Book #1: http://awsfundamentals.com ๐ Book #2: http://cloudwatchbook.com Learn AWS for Free: https://awsfundamentals.com/newsletter
With AWS worsening their news page regularly, here's likely the slickest "I want to stay up with everything" page out there! โจ No weird formatting or controls. Just a simple list with dates and links. Love it!
zerowastecloud.io/aws-whats-new
Sometimes itโs uncomfortable.
Sometimes itโs exactly what I need.
If youโre building something, donโt underestimate the random connections. The best stuff usually starts with a DM or a tweet you almost didnโt send.
Funny thing: somewhere along the way, Sandro went from random internet guy to one of my closest friends. Iโve learned more from him than from any book or course.
12.08.2025 12:03 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Every strong opinion gets challenged.
Neither of us lets stuff slide, and itโs forced both of us to level up.
Fast forward, we bootstrapped AWS Fundamentals together.
No outside money, just a lot of late nights, way too much coffee, and more arguments than I can count.
We donโt always agree - actually, we rarely do at first.
Thatโs probably why this works.
Wild how things start. A couple years back I fired off a random tweet looking for folks also building things on AWS.
Out of nowhere, Sandro replied.
We had zero plan. Just two strangers, both obsessed with building.
Link to announcement ๐
aws.amazon.com/about-aws/w...
If youโve built anything that pushes real data through SQS, you know the old limit forced some awkward workarounds.
Either chunk the message and reassemble downstream, or push the real payload to S3 and just pass a pointer. Nobody wants to deal with that. ๐
If you missed it: SQS (finally) bumped the max message size from 256 KiB to 1 MiB ๐
Would be happy to see this too at Azure's ServiceBus for the non-premium tier ๐ช
Reminder: you're still charged in 64kb chunks ๐ธ
Official news post by AWS ๐
aws.amazon.com/about-aws/w...
Second disclaimer: still sitting there with the 6MB input limit ๐ฌ
But there are ways around that:
theburningmonk.com/2020/04/hit...
๐๐ถ๐๐ฐ๐น๐ฎ๐ถ๐บ๐ฒ๐ฟ: this is for response streaming, not the classic Lambda invoke. And youโll need to use Node.js managed runtimes or a custom runtime.
200 MB isnโt infinite, but itโs enough to cover most โbig responseโ use cases without using other infrastructure.
Now you can stream up to 200 MB straight from Lambda. No more S3 handoff for every oversized response.
11.08.2025 18:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Before, if you needed to send more than 20 MB, you had to compress, chunk, or offload to S3 via presigned URLs. More moving parts, more latency (and more code to maintain! Problably the worst trade-off before).
11.08.2025 18:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Lambda response streaming now handles 200 MB payloads by default. Thatโs 10x the old limit.
For any workload where youโre pushing big responses, mostly large media, this simplifies your infrastructure (and code)! ๐ค
Here's the link to the discussion.
Great and diverse answers.
www.reddit.com/r/aws/comme...
I think this is the same as with observability.
It's not a nice-to-have that magically runs on the side.
Everybody needs to be involved and it's a critical part of every software.
I just read a discussion on Reddit about how to get developers to care about AWS costs ๐ธ.
The top answer is spot-on: cost ownership can't be centralized.
It needs to be part of every team.
A team needs to own its stack from top to bottom.
Including its costs.
Please do not create shared resources between different stages.
At best, you'll have dedicated accounts per stage. ๐ฅ
Take advantage of the natural security boundaries for an AWS account.
Probably you can't hear it anymore but: yes, please use AWS Organizations too ๐ค
TIL: even without using Organization's centralized billing, your bank statement won't show which account AWS charged you for ๐ญ
Nevertheless, the major takeaway remains: please use AWS Organization and centralized billing and take a look at your cost reports! ๐ธ
If a message skips an attribute your filter cares about, you donโt get it.
TL;DR:
โข Each message can have up to 10 attributes.
โข Filters are JSON policies.
โข Matching supports strings, numbers, โanything-butโ, and prefix.
SNS now lets you attach a filter policy to each subscription, so subscribers only get the messages they actually care about.
Each message will be checked against each subscriptionโs filter, and only delivers if thereโs a match.
Not a small detail if youโre running experiments or onboarding new projects.
AWS docs mention this, but itโs buried. If youโre running training environments, POCs, or dev/test workloads relying on Free Tier - be aware of this!
Anyone else already got burned by this? ๐
You also canโt earn up to $100 more in Free Tier credits.
This catches a lot of ambitious learners off guard, I think. You spin up an org to get serious about account management, security, or billing, and suddenly your credits are gone.
๐ง๐๐: The AWS Free Tier isnโt free anymore once you start using Organizations or Control Tower! ๐ธ
Join an AWS Organization or set up a Control Tower landing zone, and your Free Tier credits ๐ฑ๐ถ๐๐ฎ๐ฝ๐ฝ๐ฒ๐ฎ๐ฟ. Instantly. No warning, no grace period. Youโre now on a paid plan.
Another cheat sheet from the past: this one was for the Lambda CLI ฮป
Today, I'd recommend the VSCode extension or better yet, use something like SST to have the best Lambda developer experience! โก๏ธ
Link to the announcement article ๐
aws.amazon.com/blogs/datab...
If youโre tired of โwizard-drivenโ tools that ignore how your app actually works, this is a step in the right direction.
Looks super promising.
You can review them, iterate, and hopefully understand the why behind each choice.
08.08.2025 18:57 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Once youโre done, it generates out a ๐ฟ๐ฒ๐พ๐๐ถ๐ฟ๐ฒ๐บ๐ฒ๐ป๐๐.๐บ๐ฑ and a ๐ฑ๐ฎ๐๐ฎ_๐บ๐ผ๐ฑ๐ฒ๐น.๐บ๐ฑ, including tables, indexes, reasoning, cost estimates, even trade-offs.
08.08.2025 18:57 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0