Skip to content

Commit

Permalink
Update al-aws-collector dependency (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuzmin authored May 12, 2020
1 parent 4c40340 commit 7a447c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alertlogic/paws-collector",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"description": "Alert Logic AWS based API Poll Log Collector Library",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"yargs": "^15.0.2"
},
"dependencies": {
"@alertlogic/al-aws-collector-js": "3.0.3",
"@alertlogic/al-aws-collector-js": "3.0.4",
"datadog-lambda-js": "2.23.0",
"async": "3.1.0",
"debug": "4.1.1",
Expand Down
5 changes: 0 additions & 5 deletions paws_collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,11 @@ class PawsCollector extends AlAwsCollector {
this._pawsCreds = pawsCreds;
this._pawsCollectorType = process.env.paws_type_name;
this.pollInterval = process.env.paws_poll_interval;
this.applicationId = process.env.al_application_id;
this._pawsEndpoint = process.env.paws_endpoint
this._pawsDomainEndpoint = endpointDomain;
this._pawsHttpsEndpoint = 'https://' + endpointDomain;
};

get application_id () {
return this.applicationId;
};

get secret () {
return this._pawsCreds.secret;
};
Expand Down

0 comments on commit 7a447c5

Please sign in to comment.