Serverless

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 »

Create Amazon S3 Presigned Url using Serverless framework and NodeJS

In this hands on coding tutorial, we will discuss about Amazon S3 Presigned URLs and also implement and deploy a serverless solution on AWS to generate the same. The following diagram illustrates the solution that we will create in the hands on coding. When an Amazon S3 bucket is created, the bucket is private, meaning …

Create Amazon S3 Presigned Url using Serverless framework and NodeJS Read More »