Skip to content
Logo Theodo

Articles for Serverless

Load Previous Posts

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 →

Deploy a NestJS App with Serverless Framework

Jean Delevoye9 min read

Here in Theodo we are very enthusiastic about NestJS framework. It is quite young but we consider it currently one of the best NodeJS frameworks. Recently, we asked ourselves if it was possible to deploy serverless NestJS applications.Serverless is a…

Continue reading →

How to Deploy a PHP Symfony Application on AWS Lambda Using Bref?

Thibaud Lemaire9 min read

Serverless is a trendy cloud-computing execution model aiming to release developers from taking care of server management and to bill on demand for the used resources. Developers just have to provide their application’s code while the cloud provider is in…

Continue reading →

Integrating Lambda Layers into your Node.js Lambdas using pre-configured templates

Rob Cronin4 min read

AWS recently released the ability to add layers to your lambda functions. These layers can be standalone code to be reused across multiple lambdas, library dependencies or custom runtimes. This article will go through a setup for the first use case for…

Continue reading →

Prevent Lazy GitHub Practices in 10 minutes using AWS Lambdas

Rob Cronin4 min read

"Can't you name all your pull requests in the right format?""...Oops I just merged into production"Using AWS lambdas can be a cool and useful way to improve your workflow with GitHub. Blocking merges when tests fail on your branch is common,

Continue reading →

Serverless Applications with AWS and Travis: Make Deployment Great Again

Pierre Marcenac8 min read

The purpose of this tutorial is to automatically deploy a serverless API with two deployment environments (development and production) from scratch. Using the Amazon Web Services (AWS), this will be a matter of minutes! We will use Node.js and several…

Continue reading →

Have your MVP Running in Prod within 15 Minutes with Serverless

Yu Ling Cheng12 min read

I always feel guilty when I suddenly motivate myself to go to the gym, then have all the painful thoughts like going out in the cold, being sweaty and feeling stiff afterward and decide that I'd rather stay in bed…

Continue reading →