AWS prescriptive-guidance documentation change
Summary
Removed hyperlinks from best practice items
Security assessment
Removal of internal hyperlinks doesn't affect security content. No evidence of security vulnerability being addressed.
Diff
diff --git a/prescriptive-guidance/latest/agentic-ai-serverless/implementation-strategies-for-serverless-ai.md b/prescriptive-guidance/latest/agentic-ai-serverless/implementation-strategies-for-serverless-ai.md index f425c6afd..06d81bcb8 100644 --- a//prescriptive-guidance/latest/agentic-ai-serverless/implementation-strategies-for-serverless-ai.md +++ b//prescriptive-guidance/latest/agentic-ai-serverless/implementation-strategies-for-serverless-ai.md @@ -28 +28 @@ This section provides prescriptive best practices that apply across the entire g - * [Infrastructure as code](./infrastructure-as-code.html) helps to make sure that cloud infrastructure is reproducible, secure, and versioned. + * Infrastructure as code (IaC) helps to make sure that cloud infrastructure is reproducible, secure, and versioned. @@ -30 +30 @@ This section provides prescriptive best practices that apply across the entire g - * [Prompt, agent, and model lifecycle management](./prompt-agent-and-model.html) treats AI configurations like code—governed, tested, and observable. + * Prompt, agent, and model lifecycle management treats AI configurations like code—governed, tested, and observable. @@ -32 +32 @@ This section provides prescriptive best practices that apply across the entire g - * [Testing and validation](./testing-and-validation.html) extends testing practices to include prompt quality, output contracts, and behavior coverage. + * Testing and validation extends testing practices to include prompt quality, output contracts, and behavior coverage. @@ -34 +34 @@ This section provides prescriptive best practices that apply across the entire g - * [Observability and monitoring](./observability-and-monitoring.html) captures AI-specific telemetry and aligning serverless observability to large language model (LLM) workflows. + * Observability and monitoring captures AI-specific telemetry and aligning serverless observability to large language model (LLM) workflows. @@ -36 +36 @@ This section provides prescriptive best practices that apply across the entire g - * [Security and governance](./security-and-governance.html) implements guardrails, logging, and access controls for AI-powered, event-driven systems. + * Security and governance implements guardrails, logging, and access controls for AI-powered, event-driven systems. @@ -38 +38 @@ This section provides prescriptive best practices that apply across the entire g - * [CI/CD and automation for serverless AI](./cicd-and-automation.html) delivers consistent updates for prompts, agents, and infrastructure with minimal human overhead. + * CI/CD and automation delivers consistent updates for prompts, agents, and infrastructure with minimal human overhead. @@ -40 +40 @@ This section provides prescriptive best practices that apply across the entire g - * [Cost optimization](./cost-optimization.html) strategies align model selection, execution patterns, and token control with business goals. + * Cost optimization strategies align model selection, execution patterns, and token control with business goals.