-
Updated
Feb 11, 2020 - JavaScript
aws-amplify
Here are 190 public repositories matching this topic...
-
Updated
Mar 7, 2020
-
Updated
May 29, 2020 - JavaScript
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Mar 17, 2020 - TypeScript
-
Updated
May 6, 2020 - JavaScript
I wanna use AWS Amplify/Cognito and AppSync for a chat app where users (Doctor or Patient ) can chat between them with a paid subscription model.
Doctor can create prescription/diagnosis or test for the patient during their chat.
My basic Idea is using Cognito and Amplify to make user registration.Then add doctors as admin so that that they can create prescription to send to the patients.
Hey there,
The links on for "Step 01", "Step 02", etc don't work currently on the site https://richardzcode.github.io/Journal-AWS-Amplify-Tutorial/.
Looks like the steps are in your ReadMe, but just letting you know.
Thanks-
Tim
Walking through the README and then trying to create a user, the sign-up page gives an error:
Attributes did not conform to the schema: custom:favorite_flavor: Attribute does not exist in the schema
Commenting out the relevant line makes the error go away, but
invalid phone number
-
Updated
Jun 7, 2020 - CSS
-
Updated
Jun 23, 2019
I'm following the workshop in YouTube, and after adding GraphQL subscription I'm getting the following error:
WebSocket connection to 'ws://192.168.100.18:20002/graphql?header=eyJob3N0IjoiMTkyLjE2OC4xMDAuMTg6MjAwMDIiLCJ4LWFtei1kYXRlIjoiMjAyMDA0MTlUMTgxNjMzWiIsIngtYXBpLWtleSI6ImRhMi1mYWtlQXBpSWQxMjM0NTYifQ==&payload=e30=' failed: Error during W
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 terminal hanging and no output.
In order to utilise the event engine AWS profile and associated credentials, it is necessary to execute:
export AWS_PROFILE="ee"
Before running npm start
-
Updated
May 5, 2020 - TypeScript
-
Updated
Dec 18, 2019 - JavaScript
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
Just audio support?
I would like to stream just audio like a live FM. Would it possible with this plugin? Like amplify-audio?
If not possible with the current version, can we expect one anytime soon?
Is there anyway I can achieve audio streaming much simplier or easier way?
Thanks.
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 8, 2020 - CSS
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Dec 12, 2019 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Oct 30, 2019
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
Aug 30, 2019
-
Updated
Jan 18, 2020 - JavaScript
-
Updated
Aug 13, 2018 - JavaScript
Improve this page
Add a description, image, and links to the aws-amplify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-amplify topic, visit your repo's landing page and select "manage topics."
When first trying to run "gatsby develop" I received this error:
It is also documented here: aws-amplify/community#41
Installing packages with Yarn resolved this issue.