Loved it. It was straight forward. Crisp and clear.
@callicoresoftware2 жыл бұрын
Thanks, glad you liked it!
@rng11602 жыл бұрын
really love this tutorial, helped me a lot and AWS definitely should give you credit for making their platform easier to use!
@leepoking3 жыл бұрын
great tutorial man
@scottmanny3 жыл бұрын
Thanks, glad you enjoyed it.
@chris_ea2 жыл бұрын
Excellent!
@scottmanny2 жыл бұрын
Thanks, glad you liked it.
@js36183 жыл бұрын
Thanks for the tutorial! Could this be used to make a real-time bidding application? Kindly share your thoughs
@callicoresoftware3 жыл бұрын
I think AppSync would be ideal for making a real time bidding application.
@naavu_neevu2 жыл бұрын
Nice tutorial! Could you please let me know, if you have any solution to avoid the API keys in the front-end- to avoid the cyber issue?
@scottmanny2 жыл бұрын
I'd say the easiest solution would be to store the API key as an environment variable on the hosting server. But there are other security solutions as well. At the 7:43 mark it shows the 4 standard authentication methods for app sync client.
@marcelochumer5189 Жыл бұрын
Great tutorial! Where did you find the url of event paths? the GET and POST urls? Thank you!
@callicoresoftware Жыл бұрын
I had built those API endpoints prior to the video. They were built using the AWS API Gateway service from amazon.
@marcelochumer5189 Жыл бұрын
@@callicoresoftware Ah.. ok. Thank you!
@kabalankeirouz61822 жыл бұрын
Can you do an updated video? I think this is not working anymore
@scottmanny2 жыл бұрын
Sorry, I've moved on to other projects, and these things take time. What is the exact error you're seeing?
@DeepakPatel-ew8be2 жыл бұрын
When Iam importing aws-appsync it is giving to many error in react application
@callicoresoftware2 жыл бұрын
What do some of the errors say? Did you add the aws-appsync package to your project using npm or yarn (like "yarn add aws-appsync" or "npm install aws-appsync")?
@AmeerulIslam2 жыл бұрын
Why can't I find these methods in sdk doc? and is it available for python boto3?
@callicoresoftware2 жыл бұрын
It looks like appsync is primarily for web and mobile, but it's still possible to integrate with python. Here is a link to something I found: sammart.in/post/2020-05-17-querying-appsync-with-python/
@dravidsajinraj79532 жыл бұрын
is lambda must or we can store the in app sync from anywhere?
@scottmanny2 жыл бұрын
The lambda is not necessary, it just worked well for my design. And you're not actually storing the app sync...its just an AWS service that can help you read/write from/to your database as well as subscribe to changes to your database.
@dravidsajinraj79532 жыл бұрын
@@scottmanny Thanks for the clarification.
@BilalAhmad-sl3sr2 жыл бұрын
any git link to view the code?
@callicoresoftware2 жыл бұрын
Sorry, the code is part of my business website, which I'd rather not share. But you should have everything you need in front of you in the video. Let me know if you have a specific question.