We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca0b730 + 84f7ce8 commit 69bcd4cCopy full SHA for 69bcd4c
Amazon Bedrock/cloudformation/workshop-v1-final-cfn.yml
@@ -7,7 +7,7 @@ Parameters:
7
Default: 'PromptEngWithAnthropicNotebook'
8
DefaultRepoUrl:
9
Type: String
10
- Default: 'https://github.com/anthropics/anthropic-cookbook.git'
+ Default: 'https://github.com/anthropics/prompt-eng-interactive-tutorial.git'
11
12
Resources:
13
SageMakerExecutionRole:
@@ -65,4 +65,4 @@ Outputs:
65
Value: !GetAtt SageMakerExecutionRole.Arn
66
KmsKeyArn:
67
Description: The ARN of the created KMS Key for the notebook
68
- Value: !GetAtt KmsKey.Arn
+ Value: !GetAtt KmsKey.Arn
0 commit comments