serverless-plugin-canary-deployments icon indicating copy to clipboard operation
serverless-plugin-canary-deployments copied to clipboard

Canary deployments for your Serverless application

Results 19 serverless-plugin-canary-deployments issues
Sort by recently updated
recently updated
newest added
trafficstars

## Proposed changes This change updates the EventInvokeConfig to point to the alias created. This means that Destinations, MaximumEventAgeInSeconds and MaximumRetryAttempts were previously only applied to the unqualified ARN instead...

Description: Thanks for the wonderful plugin. As plugin only support pre-defined config and max time is 30 min . and its not enough for us to complete our testing on...

(Thanks for reporting an issue! Please, then fill out the blanks below.) What are the steps to reproduce this issue? ------------------------------------------- 1. Install it via NPM 2. ` npm i...

Does this plugin support blue-green deployment approach?

## Proposed changes Hey @davidgf This PR contains some changes to expose the AutoRollbackConfiguration Enabled flag and expose the AlarmConfiguration Enabled flag for configuration by the user. Why? So that...

What are the steps to reproduce this issue? ------------------------------------------- 1. create example repo 2. add plugin 3. deploy full service 4. add console.log or something obvious to a single function...

(Thanks for reporting an issue! Please, then fill out the blanks below.) What are the steps to reproduce this issue? ------------------------------------------- 1. npm install serverless-plugin-canary-deployments 2. npm audit What happens?...

(Thanks for reporting an issue! Please, then fill out the blanks below.) What are the steps to reproduce this issue? ------------------------------------------- 1. Deploy a stack includes many lambdas which will...

## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves...