diff --git a/s3-lambda-bedrock/AWSCLIV2.pkg b/s3-lambda-bedrock/AWSCLIV2.pkg deleted file mode 100644 index 4ab30c421b..0000000000 Binary files a/s3-lambda-bedrock/AWSCLIV2.pkg and /dev/null differ diff --git a/s3-lambda-bedrock/README.md b/s3-lambda-bedrock/README.md index 2d6336a480..bd1d1ac131 100644 --- a/s3-lambda-bedrock/README.md +++ b/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 1. Delete the stack ``` - sam delete +sam delete ``` ---- Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/s3-lambda-bedrock/template.yaml b/s3-lambda-bedrock/template.yaml index 4cfc7b6e87..d17414076d 100644 --- a/s3-lambda-bedrock/template.yaml +++ b/s3-lambda-bedrock/template.yaml @@ -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 @@ -85,6 +85,6 @@ Outputs: ContentBucket: Description: "S3 bucket name" Value: !Ref ContentBucket - LambdaFuncton: + LambdaFunction: Value: !Ref bedrockemb Description: Lambda Function ARN