We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd16bf commit 99d1bd5Copy full SHA for 99d1bd5
aws_sra_examples/solutions/genai/bedrock_org/lambda/src/app.py
@@ -1456,7 +1456,7 @@ def create_event(event: dict, context: Any) -> str:
1456
LOGGER.info(f"CFN_RESPONSE_DATA POST create_sns_messages: {CFN_RESPONSE_DATA}")
1457
1458
central_observability_params = json.loads(event["ResourceProperties"]["SRA-BEDROCK-CENTRAL-OBSERVABILITY"])
1459
- if central_observability_params["deploy"] is True:
+ if central_observability_params["deploy"] == "true":
1460
# 5) Central CloudWatch Observability (regional)
1461
deploy_central_cloudwatch_observability(event)
1462
LOGGER.info(f"CFN_RESPONSE_DATA POST deploy_central_cloudwatch_observability: {CFN_RESPONSE_DATA}")
0 commit comments