Stanislas Hannebelle (@serverless_stan) 's Twitter Profile
Stanislas Hannebelle

@serverless_stan

Full stack developper @Theodo building Serverless apps using AWS

Swarmion maintainer 🐝 swarmion.dev
Castore maintainer 🦫 castore-dev.github.io/castore/

ID: 1483134791830626311

linkhttps://github.com/StanHannebelle calendar_today17-01-2022 17:51:21

43 Tweet

77 Takipçi

223 Takip Edilen

Serverless by Theodo (@slsbytheodo) 's Twitter Profile Photo

11 members of Kumo are currently preparing for the Associate Solution Architect Amazon Web Services certification! Every week, we’ll share with you key insights that we’ve learnt during our training sessions. Shout out to Cloud Academy for the great learning support! 🧵

11 members of Kumo are currently preparing for the Associate Solution Architect <a href="/awscloud/">Amazon Web Services</a> certification! Every week, we’ll share with you key insights that we’ve learnt during our training sessions. 
Shout out to <a href="/cloudacademy/">Cloud Academy</a> for the great learning support! 🧵
Stanislas Hannebelle (@serverless_stan) 's Twitter Profile Photo

Here is the best talk about perf I have ever seen: youtube.com/watch?v=BEy1nY… ⚡️⚡️⚡️ Jeremie Chauvel Do you plan to record an English version for our non-French speaking friends?

ServerlessDays Paris (@serverlessparis) 's Twitter Profile Photo

🎥 Recordings from January meetup are now online! 🎤 2 amazing talks on security and performance in the serverless landscape from Steve HOUËL and Yacine Hmito Thanks again to Algolia Fauna @kumoserverless and Cloudflare for sponsoring the event ! youtube.com/playlist?list=…

Pierre Milliotte (@pmilliotte) 's Twitter Profile Photo

AWS service integrations - such as states:::aws-sdk:dynamodb:query - are great for shipping less custom code, i.e. less bugs 🐞 But without heavy customisation I lose the benefits of dynamodb-toolbox which I still rely on when functionless is not an option 😔 ... until now. 👇

Stanislas Hannebelle (@serverless_stan) 's Twitter Profile Photo

Ever needed to implement a Lambda function with a static IP? 🌐 Here is what you need: your own AWS VPC, a NAT Gateway, and an Elastic IP. 📡 Check out this article from Valentin to implement it easily with Serverless and CDK ! dev.to/kumo/deploying…

Serverless by Theodo (@slsbytheodo) 's Twitter Profile Photo

🚀 ESM is the future of JavaScript Last month on #swarmion we migrated our package to be loaded as ES modules first instead of CommonJS Node.js now supports ESM and will in all future versions as stated in nodejs.org/api/packages.h… ➡️ Check out our migration guide to see how

🚀 ESM is the future of <a href="/JavaScript/">JavaScript</a> 

Last month on #swarmion we migrated our package to be loaded as ES modules first instead of CommonJS 

<a href="/nodejs/">Node.js</a> now supports ESM and will in all future versions as stated in nodejs.org/api/packages.h…

➡️ Check out our migration guide to see how
Serverless by Theodo (@slsbytheodo) 's Twitter Profile Photo

If you are using AWS S3 to store files, you could be vulnerable to man-in-the-middle attacks when interacting with your storage 🥷 Make sure requests going through your buckets 🪣 are end-to-end encrypted with HTTPS and improve your app security 🔒 Sls-mentor can now check if

Serverless by Theodo (@slsbytheodo) 's Twitter Profile Photo

Hey Marques Brownlee, we saw that you had to shut down your 2023 camera scoring website due to processing costs. Our #serverless construct can do the same thing for less than $100, even with 21 million votes! Let us know if we can help with your 2024 ranking system🤳

Hey <a href="/MKBHD/">Marques Brownlee</a>, we saw that you had to shut down your 2023 camera scoring website due to processing costs. 
Our #serverless construct can do the same thing for less than $100, even with 21 million votes! 
Let us know if we can help with your 2024 ranking system🤳
Pierre CHOLLET (@pierrechollet22) 's Twitter Profile Photo

Back from vacation 😎 it's time to revive my "Learn serverless step-by-step" series! 🎉 Today, let's dive into DynamoDB streams. They allow you to react to changes being made inside a table, and are a base building block of event-driven applications. ➡️ dev.to/slsbytheodo/le…

Back from vacation 😎 it's time to revive my "Learn serverless step-by-step" series! 🎉

Today, let's dive into DynamoDB streams. They allow you to react to changes being made inside a table, and are a base building block of event-driven applications.

➡️ dev.to/slsbytheodo/le…
Stanislas Hannebelle (@serverless_stan) 's Twitter Profile Photo

Just migrated my projects to DynamoDB Toolbox v1, and it was super easy! Special mention for Entity and Table spy that made migrating unit tests a breeze. The comprehensive documentation was also incredibly helpful. Thanks Thomas Aribart for providing such an amazing tool!