Articles from Corentin Doue
Build a Real-Time Serverless Web Application with AWS
Corentin Doue14 min read
At first glance, serverless and web real-time doesn't seem to easily match together. The aim of serverless is to have a very short-lived backend whereas web real-time require to keep an open connection with this backend. We were curious at…
Continue reading →Store your data in AWS Serverless architecture
Corentin Doue6 min read
Before building a serverless app, it is important to truly understand how serverless works in AWS and what modules are available and useful for such an architecture. This article is a follow-up to the previous article Understand AWS serverless architecture…
Continue reading →Understand AWS Serverless architecture in 10 minutes
Corentin Doue6 min read
Serverless provides scalability. It also solves the waste of having servers up and running when no one needs them, by instantiating and running your business functions only when needed. That’s why at Theodo we are excited about serverless and developing serverless…
Continue reading →