Manage AWS Lambda Environment Variables with CLI Shell Script

On this weblog publish, I introduce a script that permits you to effectively handle the setting variables of an AWS Lambda operate. This script gives the aptitude to: Register a brand new variable: Add a brand new setting variable to the Lambda operate. Replace an current variable: Modify the worth of an current setting variable. […]

Building a Web server in Bash, part I – sockets

Have you ever ever questioned how a Internet server works below the hood? Furthermore, would you be keen to sharpen your Shell scripting abilities? Perhaps this information is for you. All through the information we’re going to construct, step-by-step, a easy Internet server solely utilizing bash, as we go additional throughout basic phrases akin to […]