swint-cloudfront-purge

1.0.12 • Public • Published

swint-cloudfront-purge

Greenkeeper badge AWS Cloudfront purge function for Swint batch task manager(swint-task)

Warning: This is not the final draft yet, so do not use this until its official version is launched

Installation

$ npm install --save swint-cloudfront-purge

Options

  • code : String, default: ''
  • paths : Array, default: []
  • awsInfo
    • key : String, default: ''
    • secret : String, default: ''

Usage

swintCloudfrontPurge({
	code: 'AAAAAAAAAAAAAA',
	paths: ['/foo/*', '/bar/*'],
	awsInfo: {
		key: 'myKey',
		secret: 'mySecret'
	}
}, function(err, results) {
	// ...
});

Package Sidebar

Install

npm i swint-cloudfront-purge

Weekly Downloads

41

Version

1.0.12

License

MIT

Unpacked Size

8.51 kB

Total Files

8

Last publish

Collaborators

  • knowre