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 […]