Skip to content

Commit 69bcd4c

Browse files
authored
Merge pull request #1 from jawhnycooke/patch-1
Update workshop-v1-final-cfn.yml with new repo
2 parents ca0b730 + 84f7ce8 commit 69bcd4c

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)