serverless-plugin-diff icon indicating copy to clipboard operation
serverless-plugin-diff copied to clipboard

Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.

Results 10 serverless-plugin-diff issues
Sort by recently updated
recently updated
newest added

https://github.com/nicka/serverless-plugin-diff/blob/70ee590cc1b9febae75f1b3ed22f1fe0eb25b3ad/lib/index.js#L28 Hello, thanks for a nice plugin :) I am trying to automate some of our tasks, but for that, I'd need the diff to run without the need to...

``` Serverless: Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:...

When having a large serverless application (imagine over 20 lambdas, plus cloud formation code managing all kinds of resources) I'd be more interested in running a diff on the cloudformation...

I'm preparing changes and deploying them across dev/stage/prod. I already deploy dev and staging, to be safe I want to do a diff against prod before deployment. However, the diff...

It would be nice if the plugin would support an option to compare the original and not the processed CF template (getTemplate() property _TemplateStage_).

Hi @nicka and @dougmoscrop Thank you for a project. I've replaced json-diff with aws-cdk/cloudformation-diff to make visualisation more clear and upgraded some packages. I've published it as `serverless-diff-plugin`. Please let...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...

dependencies

Installing this plugin in my repo immediately caused npm issues. I believe its because the shrinkwrap is forcing the installation of `[email protected]` while the package.json asks for `json-diff@^0.7.3`.