Using MiddyJS in serverless

In this blog post I will show you how to use MiddyJS a middleware library to change the parameters stored in Parameter Store when they change without the need to redeploy your function.



Continue reading...

Environmental variables in serverless

Handling the project configuration can be a problem for any software engineering project, as well for a serverless project. In this blog post I will talk about how to handle environmental variables in your serverless projects. There are lots challenges associated with it.



Continue reading...