Building a Multi-Service Mock API on AWS Free Tier – Part 1
As a product manager with a geeky streak, I embarked on an exciting project to build a multi-service mock API (e.g., PAN to GST, CIN to Director) on AWS, aiming for a cost-effective, scalable testing environment. The goal? Simulate real-world Perfios/Karza/Signzy API’s for downstream local testing, hosted on an EC2 t3.micro instance, directly accessible via HTTP. This blog post dives into the initial setup, challenges, and key decisions.The schema is kept same as the original ones. ...