From 6a981d270d2d36a1b48740319fcdcafb9014164a Mon Sep 17 00:00:00 2001 From: Kari Halsted <12926135+kayayarai@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:01:27 -0600 Subject: [PATCH 1/2] fixing broken link --- content/en/serverless/forwarder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/serverless/forwarder.md b/content/en/serverless/forwarder.md index e83efb7da5c53..1e160e9c0bc64 100644 --- a/content/en/serverless/forwarder.md +++ b/content/en/serverless/forwarder.md @@ -356,5 +356,5 @@ The CloudFormation Stack creates following IAM roles: [9]: https://www.datadoghq.com/support/ [10]: https://console.aws.amazon.com/cloudformation/home#/stacks?filteringText=forwarder [11]: https://github.com/Datadog/cloudformation-template/tree/master/aws -[12]: template.yaml +[12]: https://github.com/DataDog/datadog-serverless-functions/edit/master/aws/logs_monitoring/template.yaml [13]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html From a9c205b68c42978608b02239d41b17bba658e5e0 Mon Sep 17 00:00:00 2001 From: Kari Halsted <12926135+kayayarai@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:18:47 -0600 Subject: [PATCH 2/2] typo --- content/en/serverless/forwarder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/serverless/forwarder.md b/content/en/serverless/forwarder.md index 1e160e9c0bc64..7880e26476146 100644 --- a/content/en/serverless/forwarder.md +++ b/content/en/serverless/forwarder.md @@ -159,7 +159,7 @@ To safely delete the forwarder and other AWS resources created by the forwarder 2. Update the stack using the current template. 3. Adjust parameter values. -**Note:** Datadog reccomends adjusting your Forwarder settings through CloudFormation rather than directly editing the Lambda function. Find the description of settings in the [template.yaml][12] and the CloudFormation stack creation user interface when you launch the stack. Feel free to submit a pull request to make additional settings adjustable through the template. +**Note:** Datadog recommends adjusting your Forwarder settings through CloudFormation rather than directly editing the Lambda function. Find the description of settings in the [template.yaml][12] and the CloudFormation stack creation user interface when you launch the stack. Feel free to submit a pull request to make additional settings adjustable through the template. ## Permissions