This repository contains the Terraform code to deploy the AWS Lambda function and layer for the AWS Bedrock Claude3 project.
| Name | Version |
|---|---|
| aws | ~> 5.0 |
| Name | Version |
|---|---|
| aws | 5.43.0 |
| Name | Source | Version |
|---|---|---|
| lambda_function | terraform-aws-modules/lambda/aws | 7.2.5 |
| lambda_layer | terraform-aws-modules/lambda/aws | 7.2.5 |
| Name | Type |
|---|---|
| aws_iam_policy.bedrock_full_access | data source |
| aws_iam_policy.lambda_basic_execution | data source |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| aws_region | The AWS region to deploy resources | string |
n/a | yes |
| resource_tags | A map of tags to add to all resources | map(string) |
n/a | yes |
| Name | Description |
|---|---|
| lambda_function_url | n/a |