AWS

Multi-region Serverless Application with Amazon API Gateway and Lambda – With Region Fail-over and Routing

In this post, we will create a Serverless application, deploy it to two different regions and use Route53’s latency based routing to drive traffic to a regional end point. We will use Route53’s healthcheck feature to achieve active-active setup which can fail over between regions. Issue: When you deploy a Serverless application, the default API …

Multi-region Serverless Application with Amazon API Gateway and Lambda – With Region Fail-over and Routing Read More »