File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aws_sra_examples/solutions/genai/bedrock_org/lambda/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ def deploy_central_cloudwatch_observability(event):
728728 else :
729729 LOGGER .info ("CloudWatch observability access manager link found" )
730730
731- def deploy_cloudwatch_dashboard ():
731+ def deploy_cloudwatch_dashboard (event ):
732732 global DRY_RUN_DATA
733733 global LIVE_RUN_DATA
734734 global CFN_RESPONSE_DATA
@@ -799,7 +799,7 @@ def create_event(event, context):
799799 deploy_central_cloudwatch_observability (event )
800800
801801 # 6) Cloudwatch dashboard in security account
802- deploy_cloudwatch_dashboard ()
802+ deploy_cloudwatch_dashboard (event )
803803
804804 # End
805805 # TODO(liamschn): Consider the 256 KB limit for any cloudwatch log message
You can’t perform that action at this time.
0 commit comments