AWS
How To Automate Application Deployments Using Terraform and AWS CodeDeploy
AWS S3: Different Types of Storage Types Available in S3
AWS S3: Generating Logs in S3 Bucket
Hosting a React App to EC2 using Nginx with SSL Certificate
Using Jenkins for File Upload to AWS S3: Step-by-Step Guide
How to Upload Any Type of Binary File to S3 via API Gateway
Upload any type of file to the S3 bucket using Lambda proxy integration with API Gateway in Python
Import Existing VPCs and Subnets into a CDK Python Project
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.