forked from aws-amplify/amplify-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/stackname 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
vigy02
wants to merge
13
commits into
main
Choose a base branch
from
fix/stackname-validation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
884f3fb
added regex to catch stackname validation along with unit test cases
vigy02 fbbcc50
chore: added changesets
vigy02 786a07c
added underscore for StackName validataion
vigy02 4924289
added InvalidStackNameError test case
vigy02 5c4a506
unit test test cases updated for stack name validation
vigy02 ba25ddb
updated the check condition for stackname validation
vigy02 7113877
updated the test case to catch invalid stack name
vigy02 4a0cfcd
added unit test case to catch invalid stacknames
vigy02 2839214
added invalid stackname test case
vigy02 ebdb297
Changed the error to AmplifyUserError
vigy02 e317a6b
updated the unit testa case
vigy02 0dc65b5
refined the test case to catch invalid stack names
vigy02 e9c8bbc
added a validation check to catch nested stacknames
vigy02 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@aws-amplify/backend-cli': patch | ||
| --- | ||
|
|
||
| stackname validation now allows customers to point to nested stack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't solve the problem.
I ran the command with something that looks like nested stack and the validation error is coming from different place than CLI. See:
I.e. it's coming from here https://github.com/aws-amplify/amplify-backend/blob/fb3538c58cfb25b6ae8aa5d4036be05bf1ee2181/packages/deployed-backend-client/src/stack_metadata_output_retrieval_strategy.ts#L45-L47 .