In Part 1 of this blog we created the core code for retrieving market prices from Coinbase. In Part 2, we are going to add the ability to store the data into RDS MySQL. Setting Up RDS Create an RDS database using MySQL on a micro instance in the same region you created your Lambda […]
Video: Using AWS Lambda and ELB to Perform a Serverless 302 Redirect
With DNS you can only redirect a domain to another domain – not a domain to a specific URL. In this video, you will learn how to connect AWS Lambda to an Elastic Load Balancer and use it to redirect traffic to a specific URL. There are many operations and administrative tasks that this can […]