This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some issues I found during dry-run (#61)
* Link not working from setup instructions * Remove GitHub download approval In my testing it doesn't happen on AL2 Cloud9 on SAM CLI version 1.16.0 * git global config already preconfigured on Cloud9 AL2 * Use codecommit:// path for git remote * Make resize.sh work on xfs volumes as well * Commit the pipeline definition after creating it Otherwise it is only pushed as part of the next lab section * SAM deploy guided arguments have changed; updated screenshot * Updated screenshot; was still showing node v10 * Some minor issues found by Thomas in his dry-run today Co-authored-by: Gerhard Poul <[email protected]>
- Loading branch information
Showing
10 changed files
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -6,14 +6,7 @@ weight = 10 | |
|
||
One of the cool things about CodeCommit is the support for IAM authentication. And if you are running this workshop from a Cloud9 workspace, you can leverage the fact that your terminal is already pre-authenticated with valid AWS credentials. | ||
|
||
Run the following commands from your terminal: | ||
|
||
``` | ||
git config --global credential.helper '!aws codecommit credential-helper $@' | ||
git config --global credential.UseHttpPath true | ||
``` | ||
|
||
Now configure the git client with username and email, so your commits have an author defined. | ||
Configure the git client with username and email, so your commits have an author defined. | ||
|
||
``` | ||
git config --global user.name "Replace with your name" | ||
|
@@ -22,4 +15,4 @@ git config --global user.email "[email protected]" | |
|
||
Example: | ||
|
||
![CredsHelper](/images/java/chapter4/credhelper/cred-helper.png) | ||
![CredsHelper](/images/java/chapter4/credhelper/cred-helper.png) |
This file contains 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 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 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 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 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.