AWS
AWS Lambda: How to Use Custom Python Modules
3 Tier Architecture on AWS using EC2 or Serverless
AWS S3: Different Types of Storage Types Available in S3
AWS S3: Generating Logs in S3 Bucket
Using Jenkins for File Upload to AWS S3: Step-by-Step Guide
AWS Icons for Designs and Presentations (Great AWS Resource)
A Great AWS Resource for designers
How to Setup AWS Amplify Infrastructure with Terraform
A short tutorial on setting up the Terraform infrastructure required for a static web app built with React. The article focuses on the Terraform code and settings needed to set up an AWS Amplify project for continuous deployment. The AWS Amplify project makes use of CodeCommit as a source repository.
Choosing between AWS PrivateLink and Transit Gateway
When connecting your AWS environment to a SaaS solution in another AWS account, what do you say if you get asked whether you want to use AWS PrivateLink, Transit Gateway (TGW), or VPC Peering to…
AWS Lambda Testing and Debugging using IntelliJ, AWS SAM, and Docker
AWS Lambda is very popular nowadays. It is easy to develop and deploy without any hassle with providing and maintaining infrastructure. But sometimes it is difficult to test and debug your Lambda code locally on a PC. Here I will show you how to configure your PC to be able to test and debug AWS Lambda.
Have your Lambda Functions Connect to RDS through RDS Proxy
With sample Terraform code for your AWS serverless project
Fast Way to Fix AWS EC2 Instance Error: 'No space left on the disk'
A step-by-step guide to fixing AWS EC2 instance error: 'No space left on the disk'.