The Problem I had a request before to deploy multi-backend services which will be used by SPA ( Angular Frontend ). It was needed to deploy these services under a single hostname to make it easy for frontend APIs and …
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