From 2df68e63a4835111306eec6c2d6785dac56c9904 Mon Sep 17 00:00:00 2001 From: Sergio Prada Date: Thu, 27 Aug 2020 11:33:05 -0400 Subject: [PATCH 1/2] update README.md --- aws/logs_monitoring/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aws/logs_monitoring/README.md b/aws/logs_monitoring/README.md index d2986f203..942eac040 100644 --- a/aws/logs_monitoring/README.md +++ b/aws/logs_monitoring/README.md @@ -98,6 +98,10 @@ If you can't install the Forwarder using the provided CloudFormation template, y +## Shipping logs to other lambda functions + +You can ship logs to other lambda functions using the `AdditionalTargetLambdaARNs` Cloudformation parameter. These additional lambdas will be called asynchronously with the same `event` the Datadog Forwarder receives. + ## AWS PrivateLink Support You can run the Forwarder in a VPC by using AWS PrivateLink to connect to Datadog. Note that AWS PrivateLink can only be configured with Datadog organizations using the Datadog US site (i.e. datadoghq.com, not datadoghq.eu). From 03722572aea5943f07ed1920ed51f250646f54c4 Mon Sep 17 00:00:00 2001 From: Sergio Prada Date: Thu, 27 Aug 2020 13:35:08 -0400 Subject: [PATCH 2/2] Update aws/logs_monitoring/README.md Co-authored-by: Tian Chu --- aws/logs_monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/logs_monitoring/README.md b/aws/logs_monitoring/README.md index 8e1212e52..797c340c1 100644 --- a/aws/logs_monitoring/README.md +++ b/aws/logs_monitoring/README.md @@ -102,7 +102,7 @@ If you can't install the Forwarder using the provided CloudFormation template, y ## Shipping logs to other lambda functions -You can ship logs to other lambda functions using the `AdditionalTargetLambdaARNs` Cloudformation parameter. These additional lambdas will be called asynchronously with the same `event` the Datadog Forwarder receives. +You can ship logs to other Lambda functions using the `AdditionalTargetLambdaARNs` Cloudformation parameter. These additional Lambda functions will be called asynchronously with the same `event` the Datadog Forwarder receives. ## AWS PrivateLink Support