Amazon Q
- 🔧 Chatbot that can answer questions about AWS docs, AWS service selection and also about your resources in your account
- Can suggest CLI commands to change your infra
- Can help do bill analysis, resolve errors, troubleshoot…
- Accessible from AWS Documentation and UI of other AWS services
- Prompt examples:
- “List all my Lambda functions”
- “Change the timeout for Lambda function
test-api-1
in us-east-1
region to 10 seconds” → generates CLI command
- “What were the top three highest cost services in Q1?”
- ‼️  In some parts of the documentation, “Amazon Q” and “Amazon Q Developer” are treated as synonyms → they're using the same underlying APIs
- Diagram
Amazon Q Developer
- 🔧 Code assistant to help developers with AWS code
- 💡 Similar to GitHub Copilot
- Features
- Supports many languages
- Java, JavaScript, Python, TypeScript, C#…
- RT code suggestions
- Security scans
- SW agent to implement features, generate documentation, bootstrap new projects…
- Integration with IDEs via IDE extensions
- Prompt example and output