Skip to content

Commit d7428a1

Browse files
authored
Rename automate_secrets_manager_tags_stack.py to main.py
1 parent 4fe18ad commit d7428a1

File tree

1 file changed

+1
-1
lines changed
  • automate-secrets-manager-tags/stacks

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
4141
)
4242
)
4343
# Set the Lambda function as the target for the rule
44-
rule.add_target(targets.LambdaFunction(lambda_function))
44+
rule.add_target(targets.LambdaFunction(lambda_function))

0 commit comments

Comments
 (0)