Simulate AWS API Gateway’s API mappings on your local environment — TL;DR: https://www.npmjs.com/package/sls-multi-gateways One of the main issues I faced when running and building serverless applications was simulating AWS API Gateway’s API mappings. When deploying multiple serverless applications to AWS API Gateways, you can map the path of a request to a certain API. For example, let’s imagine I had two…