LBLokesh Babu Nalluriincloudwithlokesh.hashnode.dev·Apr 7 · 5 min readBuilding a Production-Ready Serverless Backend with Database, Caching, and Secure ConfigIn the previous article, we exposed our backend using AWS Lambda and Amazon API Gateway, creating a fully functional serverless API. However, real-world applications require more than just an API. To 00
LBLokesh Babu Nalluriincloudwithlokesh.hashnode.dev·Mar 24 · 5 min readExposing AWS Lambda with API Gateway: Build a Serverless APIIn the previous article, we deployed our backend logic using AWS Lambda and packaged the application code from our GitHub repository. At this stage, the Lambda function is running in the cloud, but it00
LBLokesh Babu Nalluriincloudwithlokesh.hashnode.dev·Mar 14 · 5 min readBuilding a Serverless API with AWS Lambda and API GatewayBuilding a Serverless Backend with AWS Lambda In the previous article, we explored the fundamentals of serverless architecture and how modern cloud applications can run without managing servers. Befor00
LBLokesh Babu Nalluriincloudwithlokesh.hashnode.dev·Mar 8 · 6 min readServerless Architecture on AWS: A Practical Guide for DevOps EngineersModern cloud applications are moving away from managing servers. Instead of provisioning virtual machines, maintaining operating systems, and managing scaling manually, teams are increasingly adopting00
LBLokesh Babu Nalluriincode-to-cloud.hashnode.dev·Mar 6 · 5 min readMastering Terraform State Locking: A Production-Grade GuideWhen working alone, Terraform feels simple.When working in a team, Terraform can become dangerous. One missing configuration can corrupt your entire infrastructure state. That configuration is State L00