Skip to content

Commit d37a9f7

Browse files
committed
s3-lambda-bedrock: Update runtime to python3.13
1 parent 775f6df commit d37a9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s3-lambda-bedrock/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Resources:
2222
Handler: app.lambda_handler
2323
FunctionName: BedrockEmb
2424
Description: Lambda to get bedrock embedding for indexing
25-
Runtime: python3.9
25+
Runtime: python3.13
2626
Timeout: 10
2727
MemorySize: 128
2828
Role: !GetAtt LambdaExecutionRole.Arn

0 commit comments

Comments
 (0)