AWS lexv2 documentation change
Summary
Restructured console guide with learning paths for different user roles (No-Code, Developer, Enterprise), added enterprise security references, and updated exercise links
Security assessment
Added 'Security and IAM best practices' reference in Enterprise Path section, but no specific security vulnerability addressed. The change primarily organizes content and adds security awareness as part of enterprise guidance.
Diff
diff --git a/lexv2/latest/dg/gs-console.md b/lexv2/latest/dg/gs-console.md index da3e1ce01..528c664f3 100644 --- a//lexv2/latest/dg/gs-console.md +++ b//lexv2/latest/dg/gs-console.md @@ -4,0 +5,2 @@ +Console OverviewChoose Your Learning PathFoundational Exercises + @@ -7 +9 @@ -The easiest way to learn how to use Amazon Lex V2 is by using the console. To get you started, we created the following exercises, all of which use the console: +## Console Overview @@ -9 +11 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge - * Exercise 1 — Create an Amazon Lex V2 bot using a blueprint, a predefined bot that provides all of the necessary bot configuration. You do only a minimum of work to test the end-to-end setup. +The easiest way to learn how to use Amazon Lex V2 is by using the console. Choose the learning path that best matches your role and experience level: @@ -11 +13 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge - * Exercise 2 — Review the JSON structures sent between your client application and an Amazon Lex V2 bot. +## Choose Your Learning Path @@ -12,0 +15 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge +Choose the learning path that best matches your role and experience level: @@ -13,0 +17 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge + * **No-Code Path (Business Users)** – Perfect for business analysts, product managers, and non-technical users who want to build bots using only the console interface. @@ -14,0 +19 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge + * Start with: [Quick Start: Create a chatbot in 5 minutes](./quick-start.html) @@ -16 +21,23 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge -###### Topics + * Then try: [Exercise 1: Create a chatbot from a template](./exercise-1.html) + + * Learn: [Best Practices for Getting Started](./getting-started-best-practices.html) + + * **Developer Path** – Ideal for software developers who want to integrate Amazon Lex V2 with applications, use APIs, and implement custom business logic. + + * Start with: [Exercise 1: Create a chatbot from a template](./exercise-1.html) + + * Advanced: [Exercise 3: Build an advanced customer service chatbot](./exercise-3.html) + + * Then explore: [Integrating an AWS Lambda function into your Amazon Lex V2 bot](./lambda.html) + + * Review: [Bot examples](./examples.html) + + * Advanced: API integration and SDK usage + + * **Enterprise Path** – Designed for architects and engineers planning large-scale deployments with security, compliance, and scalability requirements. + + * Start with: [Exercise 1: Create a chatbot from a template](./exercise-1.html) + + * Enterprise example: [Exercise 3: Build an advanced customer service chatbot](./exercise-3.html) + + * Review: Security and IAM best practices @@ -18 +45 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge - * [Exercise 1: Create a bot from an example](./exercise-1.html) + * Explore: [Use Global Resiliency to deploy bots to other Regions](./global-resiliency.html) @@ -20 +47,19 @@ The easiest way to learn how to use Amazon Lex V2 is by using the console. To ge - * [Exercise 2: Review the conversation flow](./exercise-2.html) + * Plan: Monitoring, logging, and cost optimization + + + + +## Foundational Exercises + +Regardless of your chosen path, we recommend starting with these foundational exercises: + + * Exercise 1 — Create an Amazon Lex V2 bot using a template, a predefined bot that provides all of the necessary bot configuration. You do only a minimum of work to test the end-to-end setup. + + * Exercise 2 — Review the JSON structures sent between your client application and an Amazon Lex V2 bot. + + * Exercise 3 — Build an advanced customer service chat bot that demonstrates enterprise-level capabilities including order management, intelligent up-selling, lead generation, and AI-powered features for personalized customer experiences. + + + + +###### Topics @@ -33 +78 @@ Step 1: Set up an account -Exercise 1: Create a bot from an example +Quick Start: Create a chatbot in 5 minutes