aghadiry / serverless-cloudfront-invalidate

Serverless plugin that allows you to invalidate Cloudfront Cache
MIT License
29 stars 22 forks source link

support serverless' --noDeploy option #20

Closed gavinsharp closed 3 years ago

gavinsharp commented 3 years ago

Skips invalidations on deploy if the serverless --noDeploy option was specified. This option is currently supported by the AWS provider deploy command. Apparently there was intent to deprecate it in favour of the package command (see https://github.com/serverless/serverless/issues/3510), but that hasn't happened yet.

aghadiry commented 3 years ago

Sorry, I've been behind on PRs, and this now has conflicts. Please fix and I will get it published.

gavinsharp commented 3 years ago

@aghadiry updated!