One tool for test automation for every service, application, and platform. aiTest Launching Soon - Secure Your FREE Spot (Limited to the First 100 Signups)! | Join us on Tuesday, 25th August 2023, for an insightful webinar on 'Enhance the efficiency of Cloud monitoring using LogicMonitor' and optimize your cloud operations like never before!

Update AWS RDS major version with zero downtime

Zero-Downtime

Background We have distributed architecture based on microservices running in AWS Fargate and AWS Lambda. For data persistency, AWS RDS Aurora MySQL is used. While there are other services being used, those are not of interest in this use-case. Approach After a good deliberation on in-place upgrade by declaring a downtime and maintenance window, we […]

How to deploy Lambda Container Image using Serverless Framework

aws-lambda-serverless-docker

What we are going to do? Create a simple python based AWS Lambda Container and deploy it on AWS using Serverless Framework. Let’s get started…! There are 3 steps involved in deploying AWS container: Writing Lambda Code or the Lambda function in Python Creating a Dockerfile Creating serverless.yml file and deploying the function Writing Lambda Code For the […]