Skip to content

Commit f16b557

Browse files
committed
addressed all review comments
1 parent ea1075b commit f16b557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk/stacks/kb_role_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(
1818
region = Stack.of(self).region
1919
partition = Stack.of(self).partition
2020
kb_role_name = params["kb_role_name"]
21-
kb_source_bucket = f"kb-data-source-1-{account_id}"
21+
kb_source_bucket = f"kb-data-source-{account_id}"
2222
kb_source_bucket_arn = f"arn:{partition}:s3:::{kb_source_bucket}"
2323

2424
intermediate_bucket_name = f"{params['intermediate_bucket_name']}-{account_id}"

0 commit comments

Comments
 (0)