This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Commit 142cd9b
Integrating new re:Invent 2018 Auth workshop (#169)
* Added folder structure and website
* Added initial project readme
* Added aws-exports file template
* Added Cognito User Pool setup flow screenshots
* Added Cognito User Pool setup to Auth Module 1
* Adding Amplify integration steps to Module 1
* Adding Serverless API CloudFormation template
* Re-factored to using amplify config file
* Adding Amplify config for API Gateway
* Updated Serverless API CloudFormation template
* Updated architecture diagrams
* Added API integration code for module 2
* Updated Readme API integration instructions
* Expanded Amplify config to include S3 storage
* Added user profile page
* Added index links to new profile page
* Securing private profile route
* Updated Readmes to cross-reference modules
* Fixed broken link
* Updated broken reference
* Updated Module 2 Readme
* Updated Module 1 Readme
* Refined token state handling
* Added Module 3 readme and Profile page
* Updated master readme
* Updated Cloud9 Setup Instructions
* Updating README instructions
* Added managed API Gateway invocation IAM policy
* Updated Readme with regional links to Cloud9 CF template
* Updated Readmes to launch CF stacks directly via regional links
* Updated all source file paths to include website folder reference
* Moved prerequisites and workshop setup to Module 0
* Modified the instructions so that the hyperlink to the next module is a top level instruction rather than embedded in the details drop down
* Refined Cognito User Pools setup instructions and READMEs
* Removed MFA from workflow
* Adding explicit mention to save Amplify config file changes
* Adding initial cleanup module
* Refined READMEs for Modules 0-2
* Refined Module 3 instructions
* Expanded API Gateway configuration instructions
* Modified getting started steps and added background information about the modules
* updated pricing and steps in getting started to notify users about nested Cloud9 template
* Updated instructions for getting started and main readme, including pricing clarifications
* Updated Instructions to fix numbering issue in Module 1 - Authentication. Also add extra image to step 3.7
* Updated numbering in the README files to fix some numbering issues
* Fixed link to next module
* Updated README with links to server pages
* update cleanup instructions with CLI and images
* add in describe calls to find resources
* remove pricing section
* Updated main readme page to reference Auth workshop
* Added successful authorizer test notification
* Updated reference resources
* Refined modules 0, 1, and 9 instructions
* Refined styling consistency across modules
* Refined lab instructions styling for consistency
* Updating git clone command to point to testing repo
* Updated cognito-userpool-setup-step4.png to incorporate console changes into instructions
* Adding IAM optional extension to module 2
* remove project costs from project overview readme
* fixed bug in amplify-config.js where there was an extra comma breaking the json
* Added the word EXAMPLE in the amplify-config.js file to make it easier to read the comments in the file
* remove reference to mfa in module 1 section 5.6 since the MFA has been removed from module
* updated cloudformation links to exclude regions that do not have Cloud9 available since users will not likely manage cross-region resources in this workshop.
* instructions update to clarify how to copy the region code in module 3 section 1.6
* updated Getting Started instructions to remove cloudformation launch buttons for regions that dont have cloud9
* Updated Amplify config with API Gateway region setting and added CORS headers to API 4xx and 5xx responses
* Updatd IAM policy for API Gateway in backend template
* Updated CloudFormation region table links
* Updated default method signatures to async pattern
* Refined Module 1 instructions
* Added context on signUp and signIn methods
* Updating Git Clone command to final workshop repo
* Refined module 1 guide
* Refined module 2 instructions
* Refined module 2 instructions
* Refined module 3 instructions
* Updated API Gateway Gateway Reponse to return default CORS headers
* Refined modules 2 and 3 workshop instructions
* Integrating Readme links1 parent 559f1a0 commit 142cd9b
File tree
140 files changed
+30147
-3
lines changed- Auth
- 0_GettingStarted
- 1_UserAuthentication
- 2_ServerlessAPI
- 3_IAMAuthorization
- 9_CleanUp
- diagrams
- images
- website
- public
- css
- fonts
- images
- js
- vendor
- server
- src
- auth
- components
- css
- pages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+30147
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
0 commit comments