serverless-cloudfront-invalidate icon indicating copy to clipboard operation
serverless-cloudfront-invalidate copied to clipboard

Serverless plugin that allows you to invalidate Cloudfront Cache

Results 15 serverless-cloudfront-invalidate issues
Sort by recently updated
recently updated
newest added

vm2 package has 2 critical vulnerabilities: https://github.com/advisories/GHSA-cchq-frgv-rjh5 https://github.com/advisories/GHSA-g644-9gfx-q4q4 But vm2 project discontinued. Need to update to last version of proxy-agent package for fix it

https://github.com/aghadiry/serverless-cloudfront-invalidate/pull/27

https://www.cve.org/CVERecord?id=CVE-2023-37903 The vm2 library is vulnerable to a remote code execution attack, and the library is discontinued and no further updates are expected there to fix this. The dependency chain...

I created a fork off of this repo and published on NPM for anyone that is tired of the vm2 issue. I'll try and keep it up to date if...

Versions of proxy-agent < 6.0 use "vm2" as a dependency which is discontinued due to security issues (see https://github.com/patriksimek/vm2).

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...

dependencies

On running `serverless cloudfrontInvalidate` I get the following error ``` Environment: linux, node 14.21.3, framework 3.35.2, plugin 7.0.2, SDK 4.4.0 Docs: docs.serverless.com Support: forum.serverless.com Bugs: github.com/serverless/serverless/issues Error: TypeError: elements.map is...

On a freshly deployed stack, this plugin seems to be throwing a fit: ``` Deploying to stage (us-east-1) Using deployment bucket '' DistributionIdKey: CloudFrontDistributionOutput {"code":"AWS_CLOUD_FRONT_CREATE_INVALIDATION_MISSING_REQUIRED_PARAMETER","providerError":{"message":"Missing required key 'DistributionId' in params","code":"MissingRequiredParameter","time":"2023-05-15T19:36:01.821Z"},"providerErrorCodeExtension":"MISSING_REQUIRED_PARAMETER"}...

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...

dependencies

Hi How do you invalidate multiple CF. I am able to do one but need to do two in the same script. Thanks