|
8 | 8 | "\n", |
9 | 9 | "**Difficulty Level: Beginner**\n", |
10 | 10 | "\n", |
11 | | - "### Overview\n", |
| 11 | + "## Overview\n", |
12 | 12 | "\n", |
13 | 13 | "Amazon Q Developer is a generative artificial intelligence (AI) powered conversational assistant designed to enhance the \n", |
14 | 14 | "software development process, particularly within the AWS ecosystem. Amazon Q can assist with various coding tasks such as providing inline code completions, generating new code, and scanning for security vulnerabilities. Amazon Q Developer can be accessed through an IDE such as VSCode and JupyterLab or through the command line. \n", |
|
17 | 17 | "about AWS architecture, AWS resources, best practices, documentation, and support. \n", |
18 | 18 | "\n", |
19 | 19 | "\n", |
20 | | - "### Learning Objectives\n", |
| 20 | + "## Learning Objectives\n", |
21 | 21 | "\n", |
22 | 22 | "* Understand the capabilities of Amazon Q Developer and learn how to access the tool through an IDE \n", |
23 | 23 | "* Engage with Amazon Q Developer and ask code-related queries\n", |
24 | 24 | "* Implement inline code completions \n", |
25 | 25 | "* Generate new code snippets based on specific requirements \n", |
26 | 26 | "\n", |
27 | | - "### Prerequisites\n", |
| 27 | + "## Prerequisites\n", |
28 | 28 | "\n", |
29 | 29 | "To complete this tutorial, you will need access to SageMaker Studio. \n", |
30 | 30 | "Alternatively, you may install Amazon Q Developer in an alternative IDE such as VSCode or JupyterLab. To create a SageMaker Studio domain, access to a Virtual Private Cloud (VPC) is required. If this feature is not enabled on your account, please contact our team at [email protected] for assistance.\n", |
|
99 | 99 | } |
100 | 100 | }, |
101 | 101 | "source": [ |
102 | | - "#### Environment Set Up\n", |
| 102 | + "### Environment Set Up\n", |
103 | 103 | "\n", |
104 | 104 | "Download the scripts required to run this tutorial using wget: \n", |
105 | 105 | "\n", |
|
542 | 542 | "cell_type": "markdown", |
543 | 543 | "metadata": {}, |
544 | 544 | "source": [ |
545 | | - "### Conclusions\n", |
| 545 | + "## Conclusions\n", |
546 | 546 | "\n", |
547 | 547 | "Congrats! You have successfully experimented with the features of Amazon Q. We hope you continue leveraging the powers of GenAI and Amazon Q Developer to drive impactful results in your projects.\n", |
548 | 548 | "\n", |
549 | | - "### Clean Up\n", |
| 549 | + "## Clean Up\n", |
550 | 550 | "\n", |
551 | 551 | "Once you have completed the tutorial, you may stop the JupyterLab application and delete the SageMaker Studio domain. \n", |
552 | 552 | "\n", |
|
0 commit comments