Feeling truly honoured to be featured on the Rust youtube channel ๐ฅน! Here is the replay of a talk I gave last month about Rust and Serverless at @rustlinz in case you want to ๐
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
It was a great conversation between @edjgeek and @_maxday. Thanks for mentioning article "Improving Lambda performance with the help of AWS Lambda Profiler Extension for #Java" (https://t.co/s0rhyNwSQh).
#AWS#Serverless#performance#profiler
https://t.co/tJ3MZb0Awf
Feeling truly honoured to be featured on the Rust youtube channel ๐ฅน! Here is the replay of a talk I gave last month about Rust and Serverless at @rustlinz in case you want to ๐
@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
@astuyve@loige@MarioVerbelen Yeah we looked at tinygo, unfortunaly it was not a great fit for our use case (mainly because some packages are not yet supported, see https://t.co/ADKQwQhl0W)
That said, I think it clearly deserved a spot in lambda-perf! I guess I found what to do this week-end :) thanks @loige
@tr_twtr@sampullara@astuyve Sure, everything is fully open-sourced, feel free to check the corresponding runtime: https://t.co/IkjkIiIhBP Let me know if you have any questions!
@_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 ๐
I opened an issue yesterday on @_maxday's Lambda Cold Starts benchmark repo yesterday to add the new Low Latency Runtime for JavaScript (LLRT)...
He added it less than 24 hours later!