AWSHow to Deploy MongoDB on AWS using Terraform: as a Service on ECS or on DocumentDBIn today’s cloud-first world, managing and deploying databases efficiently is crucial for maintaining high-performance applications. MongoDB…
AWSTalk to My Document: A Serverless RAG approach using Huggingface, Amazon Lex and Amazon DynamoDBNowadays RAG has become a very popular approach to develop context aware AI bots. Imagine being able to have a conversation with your…
AWSHow to stream LLM responses using AWS API Gateway Websocket and LambdaNowadays LLMs are everywhere. Many tasks are getting automated using AI (LLM) models. Most of these use cases are chat based where you chat…
AWSPerform blue green deployment on AWS ECS using CodePipeline and CodeDeploy In today’s fast-paced software development landscape, deploying changes to production while ensuring minimal downtime and risk is paramount…
AWSUsing AWS Route 53 Application Recovery Controller for Disaster recovery between regions When we are running applications in Production on AWS, the availability and reliability of applications and services become very critical to…
AWSDeploying an AWS ECS Cluster with AWS CDK (in GoLang) and Deploying a Streamlit-OpenAI App to the cluster Nowadays everything is getting an AI flavor to them. So it is becoming more important to be able to properly deploy AI apps and be able to…