Skip to content

Commit 0777a49

Browse files
authored
Return True if subscription filter has correct pattern (#86)
Closes #84
1 parent 793e157 commit 0777a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newrelic_lambda_cli/subscriptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def create_log_subscription(
117117
return remove_subscription_filter(
118118
session, function_name
119119
) and create_subscription_filter(session, function_name, destination_arn)
120+
return True
120121

121122

122123
def remove_log_subscription(session, function_name):

0 commit comments

Comments
 (0)