Skip to content

Commit 3f8d358

Browse files
Apply suggestions from code review
Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
1 parent dc0f1b8 commit 3f8d358

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/en/serverless/aws_lambda/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ To enable FIPS compliance for AWS Lambda functions, follow these steps:
608608

609609
4. For complete end-to-end FIPS compliance, configure your Lambda function to use the US1-FED Datadog site:
610610
- Set the `DD_SITE` to `ddog-gov.com` (required for end-to-end FIPS compliance)
611-
- Note that while the FIPS-compliant Lambda components work with any Datadog site, only the US1-FED site has FIPS-compliant intake endpoints
611+
**Note**: While the FIPS-compliant Lambda components work with any Datadog site, only the US1-FED site has FIPS-compliant intake endpoints.
612612

613613
## Propagate trace context over AWS resources
614614

content/en/serverless/aws_lambda/fips-compliance.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ Ruby, .NET, and Java runtime libraries do not require the `DD_LAMBDA_FIPS_MODE`
8989
To use FIPS-compliant monitoring for your AWS Lambda functions:
9090

9191
1. **Select the FIPS-compliant extension layer**:
92-
- Use the appropriate FIPS extension layer ARN for your architecture (x86 or ARM) and region (commercial or GovCloud)
92+
- Use the appropriate FIPS extension layer ARN for your architecture (x86 or ARM) and region (commercial or GovCloud).
9393

9494
2. **Configure environment variables**:
95-
- For GovCloud environments, `DD_LAMBDA_FIPS_MODE` is enabled by default
96-
- For commercial regions, set `DD_LAMBDA_FIPS_MODE=true` to enable FIPS mode
97-
- For complete end-to-end FIPS compliance, set `DD_SITE` to `ddog-gov.com` to send data to the US1-FED site
95+
- For GovCloud environments, `DD_LAMBDA_FIPS_MODE` is enabled by default.
96+
- For commercial regions, set `DD_LAMBDA_FIPS_MODE=true` to enable FIPS mode.
97+
- For complete end-to-end FIPS compliance, set `DD_SITE` to `ddog-gov.com` to send data to the US1-FED site.
9898

9999
3. **Follow the standard installation instructions**:
100-
- Refer to the [installation guides][1] for language-specific configurations
101-
- Use the FIPS extension layer ARNs instead of the standard extension layers
100+
- Refer to the [installation guides][1] for language-specific configurations.
101+
- Use the FIPS extension layer ARNs instead of the standard extension layers.
102102

103103
For detailed installation instructions specific to your language runtime and deployment method, see the [installation documentation][1].
104104

0 commit comments

Comments
 (0)