Maciej Radzikowski (@radzikowski_m) 's Twitter Profile
Maciej Radzikowski

@radzikowski_m

🛠️ AWS Community Builder
☁️ Doing serverless on AWS
📚 Sharing knowledge: bite-sized tips on Twitter and longer ones on BetterDev.blog

ID: 2984741423

linkhttps://BetterDev.blog calendar_today18-01-2015 22:10:48

1,1K Tweet

2,2K Takipçi

125 Takip Edilen

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

And in case you think in Python it's all great - set DEBUG log level and use boto3... I get it, boto is using the standard logger, but I need only MY debug logs. After all, it seems we still need to use external logger libs in Lambda 😉

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

New blog post: Lambda Response Streaming 😀 with Dynamic Progress Updates 😯 and Generator Functions 🤯 I don't think this is intended use case, but that only makes it better. And the code is neat! betterdev.blog/lambda-respons…

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

I've spent the weekend reviewing AWS re:Invent announcements. I've selected the 25 most interesting - serverless and not, good and bad. Here is a short* must-know summary and commentary. *4800+ words... betterdev.blog/25-good-and-ba…

Jeremy Daly (@jeremy_daly) 's Twitter Profile Photo

Issue #257 of Off-by-none is out! This week, we’re recapping AWS re:Invent, looking at some of the interesting #serverless releases, and sharing my favorite re:Invent sessions. Plus, we recognize WWCode Cloud as our ⭐️ of the week! #offbynone offbynone.io/issues/257/

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

Does believing in CF finally pay off? :D This single improvement (if number are true) will globally save more time, money, and CO2 emissions than any other act of humanity 😆

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

I've checked CloudFormation's stack creation time improvements on my current project. 3 stacks containing Lambdas, AppSync, S3, and CloudFront. 🥁 <drum roll sound> 🥁 No big changes. 2 stacks - no change. 1 stack - 12% faster, so that's something, but close to margin of error.

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

When I tested the ServerlessSpy library from Marko - ServerlessLife.com, I knew I had to share it! Marko did a fantastic job 💪 It solves all my pains of integration testing. See how it can solve yours 👇 betterdev.blog/integration-te…

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

I've spent the total of 0 hours patching all 0 servers due to #nz vulnerability. Thankfully, only 0 of those servers had SSH port exposed in any way 💪

Maciej Radzikowski (@radzikowski_m) 's Twitter Profile Photo

I thought Lambda code minification was a no-effort optimization. How wrong I was. It not only increases the bundle size, but also leads to huge overhead on errors. But it was recommended in AWS blogs... My full analysis 👇 betterdev.blog/lambda-code-mi…

I thought Lambda code minification was a no-effort optimization. How wrong I was.

It not only increases the bundle size, but also leads to huge overhead on errors.

But it was recommended in AWS blogs...

My full analysis 👇
betterdev.blog/lambda-code-mi…