Fullstack Development with AWS AppSync and Amplify

  Рет қаралды 15,036

Focus Otter

Focus Otter

Күн бұрын

Пікірлер: 38
@work2936
@work2936 2 жыл бұрын
Thank you so much mate. This was exactly what I needed. You deserve a lot more views and subscribers than you are getting right now. Your content and video quality is on par with the channels that are having more than 100k subscribers. I hope you get there too.
@ryanl8119
@ryanl8119 Жыл бұрын
Bro, all your videos are amazing. Thank you so much, your comments are extremely helpful as well. Great tips 💪
@DavidCarnahanSA
@DavidCarnahanSA 2 жыл бұрын
Excellent work. Thanks for sharing. I plan to dive deep on Amplify and your videos will be step 1. Keep grinding. We appreciate it.
@yijieyang6863
@yijieyang6863 Жыл бұрын
Great video! Thank you so much, mate!
@normanluismadrid422
@normanluismadrid422 Жыл бұрын
great video! very helpful, but im still lost on how this would function in a production environment, is this usable with cognito's hosted UI? how would the amplify library fetch data from dynamoDB using the authenticated user from cognito's hosted UI
@lydiayao2000
@lydiayao2000 Жыл бұрын
Excellent video. You explained everything so clearly! Great job!!! Can you share your repo code for this?
@lePhuong-b6g
@lePhuong-b6g Жыл бұрын
It saves my day But how to create function pine or do any thing to archive that?
@ctoxyz
@ctoxyz 2 жыл бұрын
excellent pace + delivery
@tylermorales9043
@tylermorales9043 2 жыл бұрын
Thanks for the GraphQL explanation!
@viktrix1504
@viktrix1504 2 жыл бұрын
Appreciate your work, that was exactly what I was looking for.
@ByteNatives
@ByteNatives 2 жыл бұрын
Spectacular, thank you very much helped a lot :)
@abiolahamzat91
@abiolahamzat91 2 жыл бұрын
really explanatory, got me subscribed, a quick question, how can we modify the pet list i.e change the pet name and also save the new list to state
@anandhukraju8044
@anandhukraju8044 2 жыл бұрын
Hey thanks a ton for all the unique amplify contents. I'm planning to build a Next and React Native app along with Amplify soon. I'm just concerned about two things though. Can I have a dev, test and prod envs for my amplify backend? And what are the files(autogenerated by amplify cli) that are not safe to be exposed on the client side?.
@focusotter
@focusotter 2 жыл бұрын
Thanks for the kind words! With regards to a multi-env backend, Amplify does support that and can be configured by typing `amplify env add staging` for example. And Amplify automatically updates your .gitignore file with the files that shouldn't be uploaded to GitHub/exposed on the client.
@The_trendy_finds
@The_trendy_finds 2 жыл бұрын
Hey there. I'd like to ask, I already got my graphQL endpoint from the AWS Appsync in browser without using amplify push. Do I still have to use "amplify push" to make it work in production?
@focusotter
@focusotter 2 жыл бұрын
Hey! 👋🏽 So as long as in your application, your call to Amplify.configure() has your graphql endpoint listed, you're all set!
@The_trendy_finds
@The_trendy_finds 2 жыл бұрын
@@focusotter Heyy, Is Amplify.configure() needed if I'm already passing my appsync details in ApolloClient?
@JohnVold
@JohnVold 2 жыл бұрын
Great stuff as always, thank you , sir! One question, did they change the default color for the Cognito login component? Didn't it used to be Orange?
@focusotter
@focusotter 2 жыл бұрын
Good eye! Yup! We're taking a deep dive next week, but you're right that we have an all new component library that is sooo much better!
@jednaprawda
@jednaprawda 2 жыл бұрын
Great video!
@미니키-Minyki
@미니키-Minyki 2 жыл бұрын
18:00 graphql schema 29:04 create 32:01 get 35:56 delete
@IAMTHEMUSK
@IAMTHEMUSK 2 жыл бұрын
Hi, that's very clear, thank you. Can you do a video to show us how we can do batch update? For example if we want to update a list of elements in one request instead of doing a Promise.all which doesn't garantie that every elements will be really updated ? (Apparently Amplify is not made for this basic web requirement)
@focusotter
@focusotter 2 жыл бұрын
Hey! It’s definitely on the way :) in fact, if you want to learn now, I wrote about how to do it on my blog: blog.focusotter.cloud/batching-requests-with-aws-amplify-and-appsync Thanks so much for checking out the channel!!
@IAMTHEMUSK
@IAMTHEMUSK 2 жыл бұрын
@@focusotter Wow thanks! It doesn't look easy though 😅
@lydiayao2000
@lydiayao2000 Жыл бұрын
@@focusotter, the link to your blog post no longer exists. Could you please update the link?
@focusotter
@focusotter Жыл бұрын
@@IAMTHEMUSK Thanks for the update, all fixed :)
@TheBlackChessAuthority
@TheBlackChessAuthority Жыл бұрын
Good stuff!
@focusotter
@focusotter Жыл бұрын
Glad you enjoyed it
@abiolahamzat91
@abiolahamzat91 Жыл бұрын
🎉🎉 excellent
@kurtlibby-f1r
@kurtlibby-f1r 2 ай бұрын
Hey Michael. Wondering if you can update or confirm how this might work now that MongoDB is deprecating App Services Device Sync and the Data API ? I know there are a lot of devs that would really like to use AWS AppSync if it can create a better process for migrating away from the services they are deprecating. Would really appreciate it.
@focusotter
@focusotter 2 ай бұрын
Oh did they finally announce the deprecation 😮 I missed that! Thanks, I'll look into it!
@mattlee9190
@mattlee9190 Жыл бұрын
Can't get this to work at all. It keeps telling me property configure does not exist for amplify
@JaLegendsDance
@JaLegendsDance 2 жыл бұрын
Hey can you build a tutorial on Building a membership with AWS Amplify, Cognito, and Stripe Billing Portal.. So after you rap your app with aws withauthenticator user will sign up and after success sign up they will redirect to pricing plan then to stripe checkout then user will be directed to protect content after paid signing user logout and signing back in they will be directed straight to protected content
@focusotter
@focusotter 2 жыл бұрын
Hey! Funny you mention that! So I actually have a blog post that has a similar flow but uses API Gateway instead. I'm going to convert it to AppSync in March. If you wanted some inspiration, here ya go! blog.focusotter.com/combining-nextjs-aws-amplify-and-stripe-to-build-a-catering-app-part-1
@drinkeatandthink
@drinkeatandthink 2 жыл бұрын
💯
@AshwinChaudhary-de9wb
@AshwinChaudhary-de9wb 2 жыл бұрын
how can we create custom graphql query ?
@roid1510
@roid1510 Жыл бұрын
How do i specify that other people can see my pets but not edit?
@reydez84
@reydez84 Жыл бұрын
wish the interviews were like to create stuff like this, instead they give hard as heck problems xDDDDD
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 22 МЛН
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
AWS Amplify: Adding a RESTful backend to reactjs
21:34
Focus Otter
Рет қаралды 35 М.
Why I don't use AWS AppSync
7:53
Ben Awad
Рет қаралды 33 М.
Developing GraphQL APIs with AWS AppSync and Amplify
30:09
Enlear Academy
Рет қаралды 3,2 М.
AWS Amplify Fullstack Project Setup (React, Node, Lambda, REST API)
35:59
Working with Data in DynamoDB from React with AWS Amplify - Full tutorial
43:10
Complete Coding - Master AWS Serverless
Рет қаралды 64 М.