getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
912 stars 111 forks source link

Allow Lift to work with serverless-plugin-canary-deployments #298

Open bobbypiperagrovista opened 1 year ago

bobbypiperagrovista commented 1 year ago

Start from the Use-case

We're currently using the https://github.com/davidgf/serverless-plugin-canary-deployments plugin to handle blue/green deployments in production.

When implementing Lift constructs for SQS it doesn't appear to play ball with the deployment settings defined with the canary deployments plugin.

Example Config

No response

Implementation Idea

No response