Sending custom metrics to DataDog is a useful way to track the performance and behavior of your applications and infrastructure. In this tutorial, we'll show you how to use AWS Lambda to automatically send custom metrics to DataDog, making it …
Hossam Elshahawi Articles.
Today, I was deploying a python service that uses pygsheets to save data on Google Sheets. The script was tested on local and EC2 instance and works like charm, but when I decided to package it and deploy on Lambda …
Prerequisites AWS EC2 running Amazon Linux 2 Install Docker CE sudo amazon-linux-extras install docker Start Docker service sudo service docker start Run Docker without Root sudo usermod -a -G docker ec2-user Enable Docker auto start sudo chkconfig docker on Reboot …
Social Profiles