We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4d09c commit 8edda81Copy full SHA for 8edda81
aws/logs_monitoring/CHANGELOG.md
@@ -100,7 +100,7 @@ Follow Datadog's official [documentation](https://docs.datadoghq.com/logs/guide/
100
aws lambda get-function-configuration --function-name "<YOUR_FORWARDER>" --query 'Environment.Variables.DD_USE_TCP'
101
```
102
103
-2. **Verify you're not using the deprecated PrivateLink variable:**
+2. **Verify that deprecated PrivateLink variable is not used:**
104
105
```bash
106
aws lambda get-function-configuration --function-name "<YOUR_FORWARDER>" --query 'Environment.Variables.DD_USE_PRIVATE_LINK'
0 commit comments