AWS Lambda Invocation, Cold Starts, and Container Lifecycle Azam Akram July 6, 2025 Learn how AWS Lambda works behind the scenes, from cold starts to container lifecycle, with Go-based insights and performance tips.
Host a Static Website on AWS S3 with CloudFront Azam Akram February 15, 2025 Host a static website on S3, distribute it with CloudFront for faster delivery, and optionally configure a custom domain to improve accessibility.
Setup AWS Application Load Balancer with Auto Scaling Group Azam Akram February 8, 2025 Set up an AWS ALB with an Auto Scaling Group (ASG) using AWS CLI for high availability and dynamic load balancing with a linked Target Group.
Automate AWS VPC and EC2 Setup with CloudFormation Azam Akram February 1, 2025 This blog demonstrates how to automate the setup of a VPC, subnet, security group, and deploy an EC2 instance with a web server using CloudFormation.
How to Set Up AWS VPC and Host a Web Server on EC2 Azam Akram January 31, 2025 Learn how to create a VPC, set up a public subnet, configure an internet gateway, and launch an EC2 instance to host a web server in AWS.
Explore Comprehensive Go Language and AWS Articles Azam Akram October 23, 2024 Here’s a quick overview collection of go language and aws articles, which help you navigate through the available resources.
Containerized Go Microservice with AWS ECS Fargate Azam Akram October 7, 2024 This guide shows you how to deploy and scale a Containerized Go Microservice with AWS ECS Fargate, covering all the essential steps.
AWS Step Functions to Orchestrate a Serverless Go Workflow Azam Akram September 29, 2024 Discover how to use AWS Step Functions to orchestrate a serverless Go environment and automating workflows efficiently.
Error Handling in AWS Lambda with Go Made Easy Azam Akram September 22, 2024 In this blog, we’ll explore Error Handling in AWS Lambda with Go, ensuring your serverless applications run smoothly and reliably.
Building a Robust CRUD API with AWS API Gateway, Lambda, and DynamoDB Azam Akram June 21, 2024 Learn how to build a robust CRUD API using AWS API Gateway, Lambda, and DynamoDB. This guide provides step-by-step instructions for seamless integration.