Use this ADR template to generate an ADR:
Title: (What is the decision that needs to be made) Status: (Proposed, Accepted, Rejected, Deprecated, Superseded) Context What is the issue that we’re seeing that is motivating this decision or change?
Decision
What is the change that we’re proposing and/or doing?
Additional Info 1
Additional Info 2
Additional Info N
Consequences
What becomes easier or more difficult to do because of this change?
Customer impact (if any)
Alternative Designs Considered
What other designs were considered? What are the tradeoffs?
Alternative 1
Alternative 2
Alternative N
I need a ADR to decide to use QuickSight as our primary metrics display option on a web app as opposed to creating a custom react components to display the same metric data.You can tune the output depending on new considerations:
“Update the above ADR that using either QuickSight capacity pricing by session or user pricing can come become cost prohibitive. It’s $.50 per 30 session for capacity pricing and $15 per user per month”
Install Prompt
Add this prompt to your Amazon Q CLI prompt library:
1. Download to local prompt library:
mkdir -p .amazonq/cli-prompts && curl -o .amazonq/cli-prompts/adr-creation.md https://promptz.dev/prompts/documentation/adr-creation/2. Use with Q CLI:
q prompts use adr-creation