AWS lexv2 documentation change
Summary
Added regional endpoint selection documentation for Deepgram integration
Security assessment
The changes document GDPR-compliant regional routing but do not address any security vulnerabilities or introduce new security features. This is operational documentation about service configuration.
Diff
diff --git a/lexv2/latest/dg/customizing-speech-deepgram-setup.md b/lexv2/latest/dg/customizing-speech-deepgram-setup.md index 18283bfbf..70556591a 100644 --- a//lexv2/latest/dg/customizing-speech-deepgram-setup.md +++ b//lexv2/latest/dg/customizing-speech-deepgram-setup.md @@ -5 +5 @@ -Creating a Deepgram API keyStoring the API key in AWS Secrets ManagerConfiguring resource policy for Secrets ManagerConfiguring your bot to use DeepgramTroubleshooting Deepgram integration +Regional endpoint selectionCreating a Deepgram API keyStoring the API key in AWS Secrets ManagerConfiguring resource policy for Secrets ManagerConfiguring your bot to use DeepgramTroubleshooting Deepgram integration @@ -14,0 +15,13 @@ Deepgram is a third-party service and may not comply with certain regulatory fra +## Regional endpoint selection + +Amazon Lex V2 automatically selects the appropriate Deepgram API endpoint based on your AWS region to optimize performance and data locality: + + * **EU regions:** For bots deployed in AWS regions with the `eu-` prefix (such as `eu-west-1`, `eu-west-2`, and `eu-central-1`), Amazon Lex V2 uses the Deepgram EU endpoint (`api.eu.deepgram.com`). + + * **All other regions:** For bots deployed in all other AWS regions, Amazon Lex V2 uses the global Deepgram endpoint (`api.deepgram.com`). + + + + +This endpoint selection is automatic and currently cannot be customized. The same Deepgram API key works with both endpoints. Amazon Lex V2 does not support the `apiTokenRegion` parameter that Amazon Connect provides for custom endpoint configuration. For more information about Amazon Connect's endpoint configuration options, see [Endpoints and Regions for third-party STT providers](https://docs.aws.amazon.com/connect/latest/adminguide/endpoints-regions-third-party-stt.html) in the Amazon Connect Administrator Guide. +