Skip to content

Commit

Permalink
docs: allow new update
Browse files Browse the repository at this point in the history
  • Loading branch information
hideokamoto committed Nov 7, 2019
1 parent 021947f commit 754c8c9
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 32 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ const client = new CloudFrontUpdator({
// You can filter your distributions buy the function
filter: (distribution) => distribution.Status === 'deployed'
}, {
// Not running cloudfront.updateDistribution
debugMode: true | false, // [default] false
taskType: 'parallel' | 'sequential' // [default] sequential

// How to update a several distribution, parallel is fast but sometime the AWS API will be throttle
taskType: 'parallel' | 'sequential', // [default] sequential

// If you want to enable / disable your distribution, you should set true
allowSensitiveAction: false, // [default] false
})
```

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 754c8c9

Please sign in to comment.