Loader
follow me

Vikram Bharadwaj

Senior DevOps & Release Engineer

Blog

Welcome to my Blog, You will find lots of useful tutorials to install and configure various DevOps tools

Post Image

Configuring Prometheus with a Grafana dashboard

Prometheus is a free software application used for event monitoring and alerting. It records real-time metrics in a time series database built using a HTTP pull model, with flexible queries and real-time alerting[...]

Post Image

Build a Serverless Contact Form for an AWS S3 Static Website using Lambda, API Gateway, and SES

Having a contact form is essential in making sure your potential new clients can get in contact with you fast and easy. Having a “Contact Us” form on your static S3 website is necessary; programming it on the frontend is easy, but for the backend? Now that’s a bit complicated. In this example, I will show you how to set up your S3 state website with a contact form.