Consider a scenario: You have hundreds of EC2 instances which need to be upgraded. Although routine patches & updates can be automated … Read The Full News

Enforce Resource Tagging in AWS Using IAM Policy Conditions
Tags are very important in a shared cloud environment. They serve many purposes. They let us attribute costs to the right departments. … Read The Full News

Monitor & Alert for Failed Authentication Attempts to Your AWS Account
We live in the information age. In a world where knowledge is power, your data is the most precious commodity. This makes … Read The Full News

Recognize Faces in Live Streaming Video using Amazon Kinesis & Rekognition
Amazon Rekognition is an AWS service for image & video analysis. It can identify objects, people, text, scenes, & activities. It also … Read The Full News

How to Split TypeScript-Based Lambda Functions into Lambda Layers
Layers in Lambda are a way to share common code & dependencies across Lambda functions. Before layers were introduced you had to … Read The Full News

Pool & Share Database Connections in Lambda Functions: Use RDS Proxies!
Serverless functions & relational databases do not mix! If you use RDS databases with Lambda functions, there are a lot of features … Read The Full News

A Serverless Solution to Keeping Git Repositories Synchronized
Synchronizing Git repositories is a fairly common requirement. This article describes how we built a solution to replicate an AWS CodeCommit repo … Read The Full News

AWS Amplify vs. S3 for Static Website Hosting
If you are one of those people still using S3 buckets for hosting your static websites, this article is for you! Whether … Read The Full News

Building a Swagger UI for your API in AWS API Gateway
This article describes how we built a reusable solution for deploying a Swagger UI for any API with a Swagger specification. It … Read The Full News