Skip to content

Commit

Permalink
Paws 1.1.9 (#103)
Browse files Browse the repository at this point in the history
* add overwrite param

* bump version
  • Loading branch information
JDragovichAlertLogic authored Apr 7, 2020
1 parent 900969c commit 6b95b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alertlogic/paws-collector",
"version": "1.1.8",
"version": "1.1.9",
"license": "MIT",
"description": "Alert Logic AWS based API Poll Log Collector Library",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions paws_collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class PawsCollector extends AlAwsCollector {
var params = {
Name: process.env.paws_secret_param_name,
Type: 'String',
Overwrite: true,
Value: base64
};
ssm.putParameter(params, function(err, data) {
Expand Down

0 comments on commit 6b95b62

Please sign in to comment.