Skip to content

Commit 7b2446f

Browse files
committed
s3-lambda-bedrock: Fix typo
1 parent 48acdd0 commit 7b2446f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

s3-lambda-bedrock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You should be able to get the output in the log tails windows in the embedding f
6666
6767
1. Delete the stack
6868
```
69-
sam delete
69+
sam delete
7070
```
7171
----
7272
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.

s3-lambda-bedrock/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ Outputs:
8585
ContentBucket:
8686
Description: "S3 bucket name"
8787
Value: !Ref ContentBucket
88-
LambdaFuncton:
88+
LambdaFunction:
8989
Value: !Ref bedrockemb
9090
Description: Lambda Function ARN

0 commit comments

Comments
 (0)