Page 8 of 58

How to send message to SQS using AWS Lambda and Python

Last updated on May 8th, 2025 at 09:27 amIn this tutorial we will create a standard SQS queue then write simple Python script( as AWS Lambda or Local) to send messages to SQS endpoint. Once it is done we create another lambda function, configure it to receive messages from SQS as events. I am going […]

Step by step AWS Lambda Docker deployment

Last updated on August 29th, 2024 at 11:30 amIn this tutorial we are going to see Step by step AWS Lambda Docker deployment and how easily you can test your lambda functions by building a docker image. All this can be done by running the container on your local Computer / Desktop / MAC / […]

How to install PHP MySQL Apache on Amazon Linux 2023 EC2 AWS

Last updated on September 5th, 2024 at 10:36 amThis tutorial is a step by step walk through on how to install PHP MySQL Apache on Amazon Linux 2023 EC2 AWS. In just 6 simple steps we are going to configure PHP & MySQL and deploy a sample webpage that connects to MySQL database. What is […]

How to install Kubernetes cluster on RHEL 9

Last updated on October 21st, 2024 at 11:40 amIn this tutorial we are going to see how to install Kubernetes cluster on RHEL 9 using kubeadm . Once that is done we just deploy a simple webserver pod. Lets break this installation process in to simple steps Step 1 : Install Container RuntimeStep 2 : […]

« Older posts Newer posts »