Create Linux auto-restartable service on file change

How to create a systemd service that will be automatically restart whenever some configuration file changes?

July 25, 2024 · 4 min

AWS Serverless Integration Tests With Moto - What Can go Wrong?

If you’re planning to use Python moto library (to mock AWS resources) for unit tests and at the same time use integration tests - watch out as it can bite you!

June 11, 2019 · 3 min

Local Development and Testing of AWS Serverless Application

Is it possible to create local environment for Serverless application? And if it is possible - is it worth the effort?

June 5, 2019 · 5 min

Defining CodeBuild runtime in buildspec.yml

Short introduction to AWS CodeBuild runtime images

May 28, 2019 · 2 min