-
Notifications
You must be signed in to change notification settings - Fork 417
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
Validate project name #5
Comments
@kohidave Am I missing anything else for validation? |
I don't understand what
|
Checking uniqueness would involve calling SSM (depending on our project configuration choice). @efekarakus - those are good first starts. I can't think of anything else off the top of my head. |
I've opened #19 to include basic validations and will open a separate issue to track uniqueness within a tool account scope work. |
Story
As a user that entered the
project
name to theecs init
prompt or flag,I want the CLI to give me an error before it proceeds creating my resources,
So that I don't do additional wasted work before getting an error message.
Acceptance Criteria
This is because a project's name will be used as a tag value which has to be < 255 chars. Note: I'm not sure what this means for unicode characters we might want to test this out.
We will use a combination of
project
name andapplication
name to create the Logical ID of CFN resources. CFN has a restriction of alphanumeric ids.Check if the tool account already has a tag value set to
project
.The text was updated successfully, but these errors were encountered: