docs: update for pipecat PR #4416#789
Open
markbackman wants to merge 1 commit into
Open
Conversation
Updated AWS Transcribe STT, Polly TTS, and Bedrock LLM documentation to reflect the new credential fallback chain introduced in pipecat PR #4416. Changes: - Updated Configuration parameter descriptions for api_key, aws_access_key, aws_secret_key, and aws_session_token to mention the full fallback chain - Updated Notes section in Bedrock LLM to describe the complete credential resolution order - All services now document support for IAM roles, instance profiles, IRSA, ECS task roles, SSO, and credential files via the boto3 provider chain Related: pipecat-ai/pipecat#4416
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated documentation update for pipecat PR #4416.
Changes
Updated AWS service credential resolution documentation:
AWS Transcribe STT (
api-reference/server/services/stt/aws.mdx):api_key,aws_access_key_id, andaws_session_tokenparameter descriptions to document the full credential fallback chain (explicit params → environment variables → boto3 provider chain)AWS Polly TTS (
api-reference/server/services/tts/aws.mdx):api_key,aws_access_key_id, andaws_session_tokenparameter descriptions to document the full credential fallback chainAWS Bedrock LLM (
api-reference/server/services/llm/aws.mdx):aws_access_key,aws_secret_key, andaws_session_tokenparameter descriptions to document the full credential fallback chainAll AWS services now properly document that they resolve credentials via the standard boto3 provider chain when explicit credentials and environment variables are absent, allowing services running with IAM roles to work without static credentials.
Gaps identified
None