|
1 | 1 | # Component: `datadog-lambda-forwarder` |
2 | 2 |
|
3 | | -This component is responsible for provision all the necessary infrastructure to |
4 | | -deploy [Datadog Lambda forwarders](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring). It depends on |
5 | | -the `datadog-configuration` component to get the Datadog API keys. |
6 | | - |
| 3 | +This component is responsible for provision all the necessary infrastructure to deploy |
| 4 | +[Datadog Lambda forwarders](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring). It |
| 5 | +depends on the `datadog-configuration` component to get the Datadog API keys. |
7 | 6 |
|
8 | 7 | ## Usage |
9 | 8 |
|
@@ -44,6 +43,7 @@ components: |
44 | 43 | filter_pattern: "" |
45 | 44 | ``` |
46 | 45 |
|
| 46 | +<!-- prettier-ignore-start --> |
47 | 47 | <!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --> |
48 | 48 | ## Requirements |
49 | 49 |
|
@@ -150,11 +150,12 @@ components: |
150 | 150 | | <a name="output_lambda_forwarder_vpc_log_function_arn"></a> [lambda\_forwarder\_vpc\_log\_function\_arn](#output\_lambda\_forwarder\_vpc\_log\_function\_arn) | Datadog Lambda forwarder VPC Flow Logs function ARN | |
151 | 151 | | <a name="output_lambda_forwarder_vpc_log_function_name"></a> [lambda\_forwarder\_vpc\_log\_function\_name](#output\_lambda\_forwarder\_vpc\_log\_function\_name) | Datadog Lambda forwarder VPC Flow Logs function name | |
152 | 152 | <!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --> |
153 | | - |
| 153 | +<!-- prettier-ignore-end --> |
154 | 154 |
|
155 | 155 | ## References |
156 | | -* Datadog's [documentation about provisioning keys](https://docs.datadoghq.com/account_management/api-app-keys |
157 | | -* [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/datadog-lambda-forwarder) - Cloud Posse's upstream component |
158 | 156 |
|
| 157 | +- Datadog's [documentation about provisioning keys](https://docs.datadoghq.com/account_management/api-app-keys |
| 158 | +- [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/datadog-lambda-forwarder) - |
| 159 | + Cloud Posse's upstream component |
159 | 160 |
|
160 | 161 | [<img src="https://cloudposse.com/logo-300x69.svg" height="32" align="right"/>](https://cpco.io/component) |
0 commit comments