We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1075b commit f16b557Copy full SHA for f16b557
1 file changed
eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk/stacks/kb_role_stack.py
@@ -18,7 +18,7 @@ def __init__(
18
region = Stack.of(self).region
19
partition = Stack.of(self).partition
20
kb_role_name = params["kb_role_name"]
21
- kb_source_bucket = f"kb-data-source-1-{account_id}"
+ kb_source_bucket = f"kb-data-source-{account_id}"
22
kb_source_bucket_arn = f"arn:{partition}:s3:::{kb_source_bucket}"
23
24
intermediate_bucket_name = f"{params['intermediate_bucket_name']}-{account_id}"
0 commit comments