What's Changed
- Use FIPS endpoint when decrypting KMS key if in Govcloud region by @nhulston in #196
- This was actually modified in the following commit to be based on the
DD_LAMBDA_FIPS_MODE
flag which defaults to true in govcloud.
- This was actually modified in the following commit to be based on the
- feat: DD_LAMBDA_FIPS_MODE handling for metrics by @apiarian-datadog in #199
Breaking Change
WIth FIPS mode enabled we can no longer ship metrics directly to the Datadog API. Please use the datadog-lambda-extension
or the Datadog Forwarder. FIPS mode is enabled by default in GovCloud and can be configured with the DD_LAMBDA_FIPS_MODE
environment variable or the new FIPSMode
config field.
New Contributors
- @apiarian-datadog made their first contribution in #199
Full Changelog: v1.22.0...v1.23.0