Browse Prompts
Create PromptDiscover and explore prompts created by the community to enhance your Amazon Q Developer workflow
Interface
Use Amazon Q Developer to assist you in creating a step-by-step specification for a feature idea.
Let Amazon Q create an implementation plan as a sequence of prompts that can be executed to implement a feature or task.
This prompt guides you through the process of refactoring Java 17 code to improve its quality, readability, and performance. It covers various aspects of code improvement, from basic cleanup to advanced optimization techniques.
Create a project diagram using PlantUML and C4 Model for your project based in your codebase
This prompt allows for creating a complete Flask-based user interface from scratch on top of this application that only exposes APIs (https://github.com/aws-containers/votingapp). I often use this for demoing Amazon Q Developer capabilities but hopefully can inspire for other type of real usage.
Refactors a given application using 12-factor as a methodology for building software-as-a-service apps.
Create an extendable AWS architecture blueprint using AWS CDK for an asynchronous message processing system based on the API Gateway HTTP to SQS pattern. This blueprint is designed to facilitate a scalable and decoupled system that handles incoming API requests, enqueues them in SQS, and processes them asynchronously with Lambda.