logo
Menu
Amazon Q In VS Code As Code Assistant

Amazon Q In VS Code As Code Assistant

Using Amazon Q to generate s to an fast api, test and get recommendations from it for further changes

Published Sep 11, 2024
Amazon Q is a chatbot developed by Amazon for enterprise use. Based on both Amazon Titan and GPT generative artificial intelligence. Here, in this demo, the Amazon Q developer kit integrated with Visual Studio Code IDE provided support in creating a blueprint on steps to create a fast API starter kit, checked the output and also it suggested changes according to our needs. We can understand it better pictorally as shown in figure below:
Now, we run these commands as follows:
On connecting the local host at port 8000, we get the following:
Then, we use Amazon Q again for further changes and we get the following:
Also, we can see changes in main.py file:
Hence, in this way, the Amazon Q can be used as a code assistant in IDEs like VS Code.
You can learn more about Amazon Q from the given page: https://aws.amazon.com/q/
 

1 Comment