Feb 23, 2021
Lambda in TypeScript with Serverless Framework
Hello everyone. Today I would like to show you how to create your own lambda function in typescript. To achieve this I’ll use the serverless framework and AWS cloud. But first, let’s start with some theory to explain what is serverless. Without further ado, let’s get into the topic.
Aug 10, 2020
Creating your custom image with Packer by HashiCorp
Dear Reader, do you also share the struggles of a DevOps life? Then you probably know the importance of the right tools - tools that we would love to be intuitive, well-organised, easy to use. It often happens that we can’t choose our favourite tools to work with. However, it shouldn’t stop you from testing by yourself! That’s what I do in my free time and I want to share with you what I got to know recently.
Apr 01, 2020
Creating your first EC2 instance with Terraform
Thanks to the HashiCorp software company and their cloud-provisioning tool, you can manage your infrastructures easily and much more efficiently! Now, let’s get a look at how to run a simple EC2 instance on AWS with the help of Terraform!