Deploy web application built using Quasar framework and Python Flask framework on AWS EC2 instance, using PM2(Process Manager) & Nginx web serverJan 31, 2023·4 min read
Basics of AWS VPC: Understanding Subnets, Route Tables, Internet Gateways, and NAT GatewaysJan 25, 2023·5 min read
Writing, packaging, and deploying AWS Lambda function written in PythonWhat is AWS Lambda? AWS Lambda is a serverless computing service provided by AWS. It is a service that runs your code in response to an event and automatically manages the resources required for running your code. You don't need to worry about any un...Feb 9, 2023·6 min read