@capriza/far
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -399,3 +399,4 @@ const readline = require("readline"); | ||
// check if there is a setting for sending cloud watch logs | ||
if (this.config.logDestination) { | ||
let destination = this.config.logDestination !== undefined ? this.config.logDestination : "arn:aws:logs:*:654841564804:destination:LogsDestination"; | ||
if (destination) { | ||
// check if subscription filter already exists | ||
@@ -420,3 +421,3 @@ let result = await this.cwl | ||
let logDestination = this.config.logDestination.replace("*", this.config.region); | ||
let logDestination = destination.replace("*", this.config.region); | ||
await this.cwl | ||
@@ -423,0 +424,0 @@ .putSubscriptionFilter({ |
{ | ||
"name": "@capriza/far", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "CLI for deploying ApproveSimple connectors to AWS fargate", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69313
1243