Skip to main content

Lalit Kamble

Lalit Kamble is a Senior Technical Consultant at Perficient Nagpur GDC. He started as a System admin and currently working in AEM as Ops support with 8+ years of experience. He enjoys learning and exploring cloud and DevOps tools.

Blogs from this Author

Coworkers Team At Work. Group Of Young Business People In Trendy Casual Wear Working Together In Creative Office

Developing a Serverless Blogging Platform with AWS Lambda and Python

Introduction Serverless is changing the game—no need to manage servers anymore. In this blog, we’ll see how to build a serverless blogging platform using AWS Lambda and Python. It’s scalable, efficient, and saves cost—perfect for modern apps. How It Works   Prerequisites Before starting the demo, make sure you have: an AWS account, basic Python […]

Istock 1536191188

Automating Backup and Restore with AWS Backup Service using Python

Protecting data is vital for any organization, and AWS Backup Service offers a centralized, automated solution to back up your AWS resources. This blog will examine how to automate backup and restore operations using AWS Backup and Python, ensuring your data remains secure and recoverable. Why We use AWS Backup Service Manual backup processes can […]

Data Cloud

From Code to Cloud: AWS Lambda CI/CD with GitHub Actions

Introduction: Integrating GitHub Actions for Continuous Integration and Continuous Deployment (CI/CD) in AWS Lambda deployments is a modern approach to automating the software development lifecycle. GitHub Actions provides a platform for automating workflows directly from your GitHub repository, making it a powerful tool for managing AWS Lambda functions. Understanding GitHub Actions CI/CD Using Lambda Integrating […]

Making Money

The Ultimate Guide for Cutting AWS Costs

AWS cloud solution is becoming a requirement of the fast-evolving infrastructure needed in today’s IT business. All clients wish to move to cloud because it has higher availability and durability. The current consumers on cloud are always concerned with the ways that they can cut costs by a huge on Amazon web service monthly and […]

Man working on a computer with lines of code superimposed over him.

Overview of Dispatcher & Configuration in Apache Web Server for AEM

In this blog, you’ll learn about dispatcher and how to configure it with Apache web server. But before we get to that, let’s discuss AEM author and publisher. Author The content that will be published to the publisher is designed, created, and reviewed in the instance. It defaults to using port 4502. Author is the […]