-
According to Deploying serverless applications gradually found in the AWS Serverless Application Model Developer Guide, SAM can be used to achieve a blue/green deployment pattern for Lambda functions by leveraging Codedeploy behind the scenes. I'm kinda struggling to understand whether the same can be done for ECS services running on Fargate. Is it be possible to use SAM to deploy an ECS service via Codedeploy in a blue/green manner? I suppose the final outcome should allow us to implement what is described in Blue/Green deployment with CodeDeploy taken from AWS ECS official docs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
SAM doesn't have any resources for Fargate, therefore not something we support. |
Beta Was this translation helpful? Give feedback.
SAM doesn't have any resources for Fargate, therefore not something we support.