Implement Traffic Shifting in AWS Lambda Using Weighted Alias
In this lab, you’ll practice setting up weighted aliases in AWS Lambda. When you’re finished with this lab, you’ll have a good understanding of using weighted aliases to implement canary deployments of Lambda functions.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create Lambda Function with an Alias
You’ll learn to create a Lambda function with an alias. You’ll also set up an API Gateway endpoint integration mapped to the function alias.
Challenge
Set up Alias Based Routing on AWS Lambda Function
You’ll learn to create an alias based routing and implement canary based deployment for Lambda function.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Basic understanding of API Gateway
- Basic understanding of AWS Lambda