We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48acdd0 commit 7b2446fCopy full SHA for 7b2446f
2 files changed
s3-lambda-bedrock/README.md
@@ -66,7 +66,7 @@ You should be able to get the output in the log tails windows in the embedding f
66
67
1. Delete the stack
68
```
69
- sam delete
+sam delete
70
71
----
72
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
s3-lambda-bedrock/template.yaml
@@ -85,6 +85,6 @@ Outputs:
85
ContentBucket:
86
Description: "S3 bucket name"
87
Value: !Ref ContentBucket
88
- LambdaFuncton:
+ LambdaFunction:
89
Value: !Ref bedrockemb
90
Description: Lambda Function ARN
0 commit comments