Maxime David

1K posts

Maxime David banner
Maxime David

Maxime David

@_maxday

Senior Software Engineer @awscloud Lambda | OpenTelemetry Contributor | Cloud Native Advocate | Speaker | Banana Bread Lover

Dublin, Ireland Katılım Mart 2010
704 Takip Edilen610 Takipçiler
Maxime David retweetledi
Sébastien ☁ Stormacq 🇺🇦
Peek behind the curtain of AWS Lambda! Join us with @_maxday (Maxime David) from the Lambda runtime team to discover how AWS manages millions of serverless functions while keeping them secure and up-to-date. Listen now in your podcast apps 👇🧵 #AWS #Serverless
English
1
3
2
427
AJ Stuyvenberg
AJ Stuyvenberg@astuyve·
it's my birthday, say something nice about datadog
AJ Stuyvenberg tweet media
English
60
0
95
10.2K
AJ Stuyvenberg
AJ Stuyvenberg@astuyve·
My baby woke up screaming so I started telling her about NAT-punching for p2p applications and suddenly not only is baby asleep, but so is my wife AND father in law?
English
3
0
29
2.2K
Maxime David
Maxime David@_maxday·
@mattzcarey Hey! Lambda timeout is 15min max. Not sure that would be the perfect use case for server sent events? What are you trying to build? There is a nice integration with API gateway and websockets if that would work for you
English
1
0
1
81
Matt Carey
Matt Carey@mattzcarey·
mad that lambda still doesn’t support returning server side events to a client. you need a crazy websocket setup or rely on the terrible response streaming. @_maxday can you fix it?
English
3
0
3
352
AJ Stuyvenberg
AJ Stuyvenberg@astuyve·
@_maxday Does it count if I run the Lambda runtime interface emulator on the box?
English
1
0
1
235
AJ Stuyvenberg
AJ Stuyvenberg@astuyve·
it is with great sadness that I must inform you all that I've booted an EC2 instance into my "serverless" AWS account.
English
15
0
61
4.6K
AJ Stuyvenberg
AJ Stuyvenberg@astuyve·
Our baby girl arrived early this morning! Everyone is recovering well. Glad I sorted out the car seat yesterday!
AJ Stuyvenberg tweet media
English
108
1
492
13.9K
AJ Stuyvenberg
AJ Stuyvenberg@astuyve·
@loige @MarioVerbelen @_maxday Max has looked at tinygo extensively, so I don't want to speak for him on that. I took up the other side of those questions and explored a ton of fun side quests like tuning GC or disabling it entirely for Lambda
English
2
0
5
166
Maxime David retweetledi
Alex DeBrie
Alex DeBrie@alexbdebrie·
Let's go 🚀🚀 New llrt runtime has some pretty nice cold start performance. Will we see this as a managed runtime in Lambda??
Fady@fady_mak

@_maxday @thdxr Pretty impressive to see on par or slightly better performance than Go (of course with a much more limited feature set) Thanks for updating the benchmarks 😊

English
0
2
27
6.5K
Maxime David retweetledi
Fady
Fady@fady_mak·
@_maxday @thdxr Pretty impressive to see on par or slightly better performance than Go (of course with a much more limited feature set) Thanks for updating the benchmarks 😊
Fady tweet media
English
1
1
7
6.9K
dax
dax@thdxr·
looking through aws llrt[1] and i'm impressed this is the exact type of thing i always complain that aws is not doing but should be some details and initial thoughts: tldr it's another js runtime but with a focus on starting up fast for short lived work - perfect for serverless functions this should remind you of cloudflare's workerd it's extremely small < 3mb so you can drop it into a lambda function today as a custom runtime and it'll work well built into these 3mb is also a bunch of the most popular aws-sdk clients implemented natively so you won't have to bundle those unlike deno or bun, which are general purpose runtimes, llrt is focusing on serverless environments this lets it drop things like JIT which allows it to be smaller as with any js runtime effort not all the nodejs apis are available yet but coverage looks pretty good already claiming 10x faster to start, 2x faster to run this is all fantastic - betting on a specific (but potentially huge) workload and optimizing it all the way down i don't think this will be used directly too but it provides frameworks like sst or middlemen like triangle co an efficient setup to target on behalf of end users
English
12
23
281
54.2K
Maxime David
Maxime David@_maxday·
@thdxr Ahah :) it should be live tomorrow on lambda-perf ❤️
English
0
0
2
170