Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Lambda and Gateway API - blue/green deployment with cloudformation

When deploying the lambda function with Gateway API using cloudformation template, I want to put Gateway APIs created with different stages behind route53, so can use the weighted trafficking for blue/green deployment. Is it possible to automate the whole process without manual logging to the console to configure?

like image 788
Hammer Avatar asked Mar 10 '23 01:03

Hammer


1 Answers

You won't be able to do this. Your Route53 aliases will not be understood by API Gateway. There currently isn't an out-of-the box blue/green solution for API gateway and Lambda.

like image 131
Bob Kinney Avatar answered Apr 06 '23 07:04

Bob Kinney