serverless-cloudformation-changesets
serverless-cloudformation-changesets copied to clipboard
Skip create ChangeSet when there are no changes to deploy
When there are no changes to the lambdas or cloudformation template the plugin returns an S3 error because it tries to get the template from S3. The template doesn’t exist because a previous step detected no changes and skips deployment.
Issue can be reproduced by only changing README.
My fix skips creating a ChangeSet if there are no changes to deploy.
Before

After
