
Chetanshi Tripathi
Backend developer and DevOps engineer
Summary
Work
Education
Projects
Writing
Deploy war file to tomcat server
February 1, 2024How-to guide for creating a WAR for a Spring Boot application and deploying it to an external Tomcat server (including sample pom.xml and Tomcat setup).
Generate multiple jars using parent pom.xml
January 1, 2024Explanation and sample pom.xml files showing how to generate multiple JARs for batch jobs using a parent POM and Maven profiles.
Monitoring Spring Boot Application using New Relic
September 1, 2022Instructions to integrate New Relic Java agent with a Dockerized Spring Boot application and view APM metrics.
Publish Docker Image of a SpringBoot Application to Amazon ECR
February 1, 2022Step-by-step guide to Dockerize a Spring Boot application and push Docker images to Amazon ECR (includes dockerfile, docker-compose and ECR push commands).
Swagger UI Deployment to Amazon S3
January 1, 2022Guide to export OpenAPI JSON and deploy Swagger UI as a static website on Amazon S3, including CORS and S3 policy steps.
Fast API + API Gateway + AWS Lambda
January 1, 2022Walkthrough to create FastAPI endpoints for DynamoDB CRUD operations and deploy the FastAPI app to AWS Lambda with API Gateway.