## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.1 | | [aws](#requirement\_aws) | >= 4.10.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | 4.38.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [aws_api_gateway_deployment.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_deployment) | resource | | [aws_api_gateway_integration.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_integration) | resource | | [aws_api_gateway_integration_response.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_integration_response) | resource | | [aws_api_gateway_method.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method) | resource | | [aws_api_gateway_method_response.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method_response) | resource | | [aws_api_gateway_resource.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_resource) | resource | | [aws_api_gateway_rest_api.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_rest_api) | resource | | [aws_api_gateway_stage.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_stage) | resource | | [aws_lambda_permission.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_permission) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [integration](#input\_integration) | Map of API gateway integrations. | `map(any)` | n/a | yes | | [integration\_response](#input\_integration\_response) | Map of API gateway method integrations. | `map(any)` | n/a | yes | | [lambda](#input\_lambda) | List of lambdas the API will execute. | `list(any)` | n/a | yes | | [method](#input\_method) | Map of API gateway methods. | `map(any)` | n/a | yes | | [method\_response](#input\_method\_response) | Map of API gateway method response. | `map(any)` | n/a | yes | | [name](#input\_name) | The name of the API. | `string` | n/a | yes | | [role\_arn](#input\_role\_arn) | ARN of the IAM role (credentials). | `string` | n/a | yes | | [sqs\_arn](#input\_sqs\_arn) | ARN of the SQS. | `string` | n/a | yes | | [tags](#input\_tags) | A mapping of tags to assign to API gateway resources. | `map(string)` | `{}` | no | ## Outputs | Name | Description | |------|-------------| | [endpoint](#output\_endpoint) | n/a | | [resource\_path](#output\_resource\_path) | n/a | | [rest\_id](#output\_rest\_id) | n/a |