In the previous post (https://jithinjudepaul.com/deployment-strategies-for-lambda-functions/ ), we saw how we could use Lambda functions to perform Blue-Green deployments. In most cases Lambda functions are often layered with an API Gateway layer as…
Category: Tech-Blog
Deployment Strategies for Lambda Functions
The two most common strategies for deploying an application with minimum downtime are Blue/Green(A/B) deployment and Canary deployment. In this article we look at how we can implement these strategies while deploying…
Amazon Q
I was researching few info in the AWS Documentation and that is when this small icon popped – up I recognized that this was Amazon Q from the re:Invent announcements last week….
AWS EC2 Instance Connect Endpoint: Connect to EC2 instance without Public IP and SSH key
Over the past many years, connecting to an EC2 Linux instance using SSH keys has been a common practice. Generally, we create an SSH key and use it to connect to EC2…
ChatGPT – The Music Composer for IT teams
I am a person with a musical inclination and wanted to check if #ChatGPT was trained for the same. I asked ChatGPT to write songs for Dev, Q.A., Product Manager, Project Manager,…
Getting started with ChatGPT
There has been a lot of furore on ChatGPT and its implications for the tech industry. So I decided to explore it myself. In this post, I will summarize my experience with…
AWS Certified Solution Architect – Professional (SAP-C01) Exam Learning Path
I cleared the AWS- SAP C01 certification and following is the Learning Path I took: Exam Syllabus: Get Familiarized with the Exam syllabus first from the AWS official page. You can download…