aws-amplify-unicorntrivia-workshop icon indicating copy to clipboard operation
aws-amplify-unicorntrivia-workshop copied to clipboard

This is repository contains a self-paced workshop that uses AWS AppSync, AWS Amplify and AWS Elemental Media Services to implement a live streaming trivia system.

Results 24 aws-amplify-unicorntrivia-workshop issues
Sort by recently updated
recently updated
newest added

Bumps [aws-amplify-react](https://github.com/aws-amplify/amplify-js) from 3.1.7 to 5.0.8. Commits adf5fd8 chore(release): Publish [ci skip] cf33e0c chore: preparing release ddc0d93 Auth.ts - Fixed typo (#8598) eb117d4 chore: disable rn android multipart e2e test...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 17.0.2. Release notes Sourced from react's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...

dependencies

I was just charged $1,754 for the Elemental MediaLive usage. I think next month I will receive another bill of around $200 for this month's usage. Is there any way...

Step 1 Download project. step 2 npm install fatal fail Have tried a few of the suggestions on how to get around this but all have failed. Anyone else having...

At the Client UI step, `npm i` doesn't work on node `v12.4.0`. It works on `v10.16.2` https://github.com/awslabs/aws-amplify-unicorntrivia-workshop/tree/unicorn-trivia-web-workshop

In progress

When following the additional steps to view the current leaderboard inside of an event engine account/event, the leaderboard script attempts to utilise the default AWS profile which results in the...

Error running Client application. "SyntaxError: /Users/.../WorkDocs/Workshops/Trivia_client/src/index.js: Unexpected token” **Workaround** https://stackoverflow.com/questions/52505099/react-unexpected-token-babel-loader

It would be interesting to use Cloud9 as terminal. This provides a clean environment. Add this chapter to the workshop https://amplify-workshop.go-aws.com/10_prerequisites/20_software.html#configuring-a-default-region

This section of the tutorial has an incorrectly written if statement. ``` question = () => { /* CODE GOES HERE */ let questionId = this.state.question.onCreateQuestion.id; if(this.state.questionAvailable){ setTimeout((() => {...