aws-samples / aws-serverless-webapp-workshop

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
https://serverlessland.com
Other
56 stars 144 forks source link

Updates required #15

Open humem001 opened 3 years ago

humem001 commented 3 years ago

Delivered the webapp.serverlessworkshops.io/  for AWS re/Start alongside julbeck@ mmlm@ and we identified a number of required updates.

Section 1: Static Web Hosting Repository
 2.Create the git repository
 Step 4. Split out the WildRydesVue code into its own branch: If this step fails, and you then run sudo yum install git-subtree

If this happens, the user needs to be told to re-run step 4 above
, BEFORE going to step 5 Create a new directory for your CodeCommit repo: This caused real problems for nearly everyone during the workshop

3.Deploy the site with the AWS Amplify Console step 2. Underneath Deploy choose Get Started Step missing - now requires Host your web app - Get Started step 3.Select AWS CodeCommit and choose Continue

4.Modify
 the website Step 1 From your Cloud9 environment open the index.html file in the /wild-rydes/public/ directory of the repository. - should be /WildRydesVue/public/

Section 2: User Management
 Amplify CLI
 step 3. Go to the root wild-rydes directory of the repository: - should be WildRydesVue

App Client
 step 5. You will see that a new App client has been generated. Your web application is configured to use this App client via a config file located in wildrydes/src/aws-exports.js. - should be WildRydesVue/src/aws-exports.js.

Thanks !

humem001 commented 3 years ago

Could you please provide update ?