This video demonstrates how to connect Route53 DNS entries directly to an API Gateway end point. In this scenario, we use the functionality to perform an HTTP redirect.
Video: AWS Application Load Balancer Rule Redirect
This video shows you how to use AWS Application Load Balancer rules to route and redirect traffic based on the incoming URL. This functionality can be incredibly powerful for SaaS applications to control distribution and location of different application components.
Part 3: Build Your Own Crypto Trading Platform using AWS Lambda – Adding the Trading BUY Evaluation Engine
In parts 1 and 2, we build the infrastructure for monitoring real-time prices and storing them in the database. In part 3, we will add a Trading Engine that will analyze each datapoint and then decide whether or not to execute a trade. For now, we will just print output to the console and return […]
Video: Enabling Provisioned Concurrency for a Lambda Function
In this video, I show you how to enable provisioned concurrency for a Lambda function to enable that your functions will run from a warm start. At the end of the video, you will see how I was able to drastically reduce start-up lag and improve response time by 500% for a high volume function.