Skip to content

Add Workload ID validation #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iret-kawashima
Copy link

@iret-kawashima iret-kawashima commented Dec 11, 2024

Currently, the workload ID entered is not validated in advance, and the user notices the mistake only after clicking the Review Uploaded Document button and the process proceeds for a while.

This reduces user productivity, so unless there is a special reason, the workload ID should be validated in advance as follows:

  • Format check: Validate that the ID is a 32-digit hexadecimal number
  • Existence check: Validate that the ID exists in the target account

This will allow users to make mistakes more safely.

We would like to use this tool to promote Well-Architected activities in our company!


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant