Reorder first part for newer AWS console#21
Open
sebastian-correa wants to merge 21 commits intomasterfrom
Open
Reorder first part for newer AWS console#21sebastian-correa wants to merge 21 commits intomasterfrom
sebastian-correa wants to merge 21 commits intomasterfrom
Conversation
Param API_URL that's been renamed in the 1st part also appears later. This commit changes those references for consistency.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #20.
Most of the changes in this PR are rephrasing and reordering lists, that's why there are so many additions and deletions.
Important changes follow:
set-up-users:
set-up-users.Introduction:
masterbefore starting, as the user will be committing some things.General:
Parameters for the parameter store currently have a static name. For an external user, this is not a problem. For people using Tryolabs' playground account this is a problem because using a unique parameter name prevents multiple users from doing the workshop at the same time and could cause issues with old parameters.
Therefore, all parameter naming suggestions have been changed to make them unique to each user. Notes have been made in all files where
/prod/parameters are referenced to instruct the user to change relevant files and to be consistent.