Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed s3-lambda-bedrock/AWSCLIV2.pkg
Binary file not shown.
2 changes: 1 addition & 1 deletion s3-lambda-bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You should be able to get the output in the log tails windows in the embedding f

1. Delete the stack
```
sam delete
sam delete
```
----
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Expand Down
4 changes: 2 additions & 2 deletions s3-lambda-bedrock/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Resources:
Handler: app.lambda_handler
FunctionName: BedrockEmb
Description: Lambda to get bedrock embedding for indexing
Runtime: python3.9
Runtime: python3.13
Timeout: 10
MemorySize: 128
Role: !GetAtt LambdaExecutionRole.Arn
Expand Down Expand Up @@ -85,6 +85,6 @@ Outputs:
ContentBucket:
Description: "S3 bucket name"
Value: !Ref ContentBucket
LambdaFuncton:
LambdaFunction:
Value: !Ref bedrockemb
Description: Lambda Function ARN