invalidatejs

0.5.6 • Public • Published

invalidatejs

Sends invalidation requests to Amazon's CloudFront Service

Install

npm install invalidatejs

Usage

 
  var invalidate = require('invalidatejs');
 
  var config = {
    resourcePaths: ["/jquery.js", "/custom.js"],
    secret_key: "mY$ecretKEY",
    access_key: "accesskey",
    dist: "target_distribution"
  };
 
  invalidate(config, function (err, statusCode, body) {
 
    /*
      err - an error occured of course!
      statusCode - status code returned from the post request to AWS
      body - body of the response from AWS in JSON form
    */
 
  });
 

Readme

Keywords

none

Package Sidebar

Install

npm i invalidatejs

Weekly Downloads

2

Version

0.5.6

License

BSD

Last publish

Collaborators

  • johnny