Skip to content

Commit 84f7ce8

Browse files
authored
Update workshop-v1-final-cfn.yml with new repo
1 parent ca0b730 commit 84f7ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Amazon Bedrock/cloudformation/workshop-v1-final-cfn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Parameters:
77
Default: 'PromptEngWithAnthropicNotebook'
88
DefaultRepoUrl:
99
Type: String
10-
Default: 'https://github.com/anthropics/anthropic-cookbook.git'
10+
Default: 'https://github.com/anthropics/prompt-eng-interactive-tutorial.git'
1111

1212
Resources:
1313
SageMakerExecutionRole:
@@ -65,4 +65,4 @@ Outputs:
6565
Value: !GetAtt SageMakerExecutionRole.Arn
6666
KmsKeyArn:
6767
Description: The ARN of the created KMS Key for the notebook
68-
Value: !GetAtt KmsKey.Arn
68+
Value: !GetAtt KmsKey.Arn

0 commit comments

Comments
 (0)