## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | 1.3.4 | | [aws](#requirement\_aws) | >= 4.10.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | 4.38.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [aws_lambda_function.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [function\_name](#input\_function\_name) | A unique name for your Lambda Function. | `string` | n/a | yes | | [handler](#input\_handler) | Lambda Function entrypoint in your code. | `string` | n/a | yes | | [iam\_role](#input\_iam\_role) | IAM role ARN attached to the Lambda Function. | `string` | n/a | yes | | [package](#input\_package) | The absolute path to an existing zip-file to use. | `string` | `null` | no | | [runtime](#input\_runtime) | Lambda Function runtime. | `string` | n/a | yes | | [source\_arn](#input\_source\_arn) | Lambda source ARN. | `string` | `""` | no | | [tags](#input\_tags) | A mapping of tags to assign to API gateway resources. | `map(string)` | `{}` | no | | [vpc\_security\_group\_ids](#input\_vpc\_security\_group\_ids) | List of security group ids when Lambda Function should run in the VPC. | `list(string)` | `null` | no | | [vpc\_subnet\_ids](#input\_vpc\_subnet\_ids) | List of subnet ids when Lambda Function should run in the VPC. | `list(string)` | `null` | no | ## Outputs | Name | Description | |------|-------------| | [function\_arn](#output\_function\_arn) | The ARN of the Lambda Function | | [function\_name](#output\_function\_name) | The name of the Lambda Function |