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

SFTP to Amazon EC2 Instances in an Auto Scaling Group, through a Network Load Balancer
Say you have a number of EC2 instances in an auto-scaling group & you need to be able to connect to them … Read The Full News

Automate Incoming Email Processing with Amazon SES & AWS Lambda
If you use Amazon SES to receive email, it’s probably not the kind of email that you want to end up in … Read The Full News

Automate File Processing with S3 Event Notifications
Consider a scenario where you need to perform some kind of automated processing on files that arrive at a particular location as … Read The Full News

Use git-remote-codecommit to Clone AWS CodeCommit Repositories without Creating IAM Users
Up until March 2020, the only way to connect to AWS CodeCommit repositories was to create an IAM user, generate Git credentials … Read The Full News

Sharing Secrets in Secrets Manager with Other AWS Accounts
Say you have a secret stored in AWS Secrets Manager in Account A & you need to make this secret available for … Read The Full News