Тёмный

How To Create A Full Stack Typesafe App With No Knowledge! Using AWS Gen2 and Next.js 14! 

Program With Erik
Подписаться 123 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

23 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@ProgramWithErik
@ProgramWithErik 6 месяцев назад
If you're following this tutorial, we recently made a change. Make sure to use npm create amplify@latest This should install all the recent beta libraries.
@the_synapse
@the_synapse Месяц назад
awesome tuto! If I have a User model, how can I sync that with the users created on the signup?
@ProgramWithErik
@ProgramWithErik 9 месяцев назад
Let me know what you think of Gen2! Also please click that like and subscribe :)
@worldofwarplanesgameplay
@worldofwarplanesgameplay 7 месяцев назад
An hour in and I could scaffold this same authentication app and dashboard in Larvael with 2-3 composer requires in 1 minute. This is why I cannot stand javascript frameworks for full stack applications. You have to reach for 20 libraries, maintained by 20 different groups of people, pray they stay maintained and hope the next big thing doesn't come along and make them obsolete. Great tutorials and great channel for diving into reactive frameworks and libraries.
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
Well, this is all from AWS Amplify and it's libraries. It all integrates really well. IMO
@jcen1918
@jcen1918 5 месяцев назад
This helped me tremendously. thanks!
@RenatoFrias-ym3rc
@RenatoFrias-ym3rc 5 месяцев назад
Any chance we could get an example on how to run functions on Auth? Basically I wanted to create a user table after user created from aws Auth. Thanks!
@xsova113
@xsova113 9 месяцев назад
im just starting to learn aws and amplify and how to use it with nextjs 14 then i found this video..awsome
@ProgramWithErik
@ProgramWithErik 9 месяцев назад
Great to hear!
@mnmb961
@mnmb961 8 месяцев назад
Great video as always. Would love to see this with nuxt.
@ProgramWithErik
@ProgramWithErik 8 месяцев назад
For sure! Check out my video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CIGBujoNMS0.htmlsi=RFOvmMCArJ_pPiZ9
@saiyudhmannan1402
@saiyudhmannan1402 2 месяца назад
Hi I followed till 25:54 but i was getting an error why trying to register a user. I am getting an error. Auth UserPool not configured What should I do ?
@arinamuracheva775
@arinamuracheva775 7 месяцев назад
Hi Erik, thank you for the informative video! I'm currently working on a bachelor thesis that aims to demonstrate the potential of Amplify Gen2 in building sovereign web apps, with a specific focus on data sovereignty and compliance with local data protection regulations(europe). Could you provide insights on how Amplify Gen2 supports the creation of web apps that need to adhere to specific data residency requirements? Additionally, are there any features within Amplify Gen2 that enable developers to ensure their web apps meet the necessary compliance standards for data sovereignty? Any examples or best practices you could share would be incredibly helpful. Thanks!
@suryaishnavi
@suryaishnavi 4 месяца назад
Hi Eric, thank you for the video. Could you please clarify something for me? If I divide my project into separate front-end and back-end, and the front-end team doesn't have access to the schema, how do they achieve type safety? You mentioned this at timestamp 45:33.
@DannyONealCodes
@DannyONealCodes 7 месяцев назад
I love Gen2 so far! But I'm hoping some of the schema bugs get fixed soon. Specifically nested custom types and arrays of Enums.
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
I’ll pass this on!
@DannyONealCodes
@DannyONealCodes 7 месяцев назад
@@ProgramWithErik You must have serious clout with the Amplify engineers. I started getting notifications this morning that these issues will be fixed in the next version. Thank you!
@freekeys
@freekeys 3 месяца назад
Can you make video on Nuxt 3 + amplify gen 2 and how to use custom business logic in queries & mutations
@peziom-rn7sv
@peziom-rn7sv 3 месяца назад
why you miss iam configuration step?
@anonymoussloth6687
@anonymoussloth6687 7 месяцев назад
Does amplify not work with client side rendering next apps? Why are all tutorials ssr, ssg and isr?
@iPankBMW
@iPankBMW 4 месяца назад
so how do we list the posts or post comments by date? Cannot find anything in the docs....
@ElTebe
@ElTebe 8 месяцев назад
Thank u for this detailed video. Im looking for a solution to replace the whole DynamoDB databse to another AWS service (for example MongoDB Atlas). Can u help, how to avoid fix graphql schemas and that database? Thx
@ProgramWithErik
@ProgramWithErik 8 месяцев назад
Yes, there are ways to do this. I"ll update this comment soon.
@SlakesDev
@SlakesDev 6 месяцев назад
Please I need help on configuring IAM profile on my cli To enable me install the sandbox I have read through the docs and it has shown my the profile created successfully but anytime I try installing the sandbox it keeps showing failed to load default AWS credentials
@ProgramWithErik
@ProgramWithErik 6 месяцев назад
Can you contact me on Twitter ErikCH and I can troubleshoot further , or you can try the amplify discord
@MrLiolemaire
@MrLiolemaire 7 месяцев назад
Hi Erik, great video thanks! How would you go about handling a many to many relationship between posts and comments instead of a one to many. I'm really stuck here any help would be much appreciated. I tried chatgpt to no avail.
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
We have docs on that ! docs.amplify.aws/gen2/build-a-backend/data/data-modeling/relationships/#pageMain
@drgregoryhouse1470
@drgregoryhouse1470 8 месяцев назад
I started developing an app which should run productive in a few month, since i want to be sure that I will be able to assign a custom domain, I am really curious if it may be possible already.
@dannyward4385
@dannyward4385 8 месяцев назад
Yes with route53
@ProgramWithErik
@ProgramWithErik 8 месяцев назад
Hi! Yes, that is top priority to get done before General availability (soon). Ill update this comment when it's available.
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
Just a quick update, you can see the issue tracked here. There is a workaround mentioned in the comments too github.com/aws-amplify/amplify-backend/issues/954
@rawnato
@rawnato 7 месяцев назад
Is it possible to create the authentication process without the Authenticator? I ask because I’m trying to create a internal app to learn the amplify and nexts! This app login in a google private domain! I’m attempting with the signInWithRedirect!
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
Yes! Just use the JS library
@rawnato
@rawnato 7 месяцев назад
@@ProgramWithErik thanks man!
@arjunsv8496
@arjunsv8496 9 месяцев назад
Can I use aurora instead of dynamoDB? Will it support?
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
We are looking to add that support for Gen 2 in the future!
@MirkoTebaldi
@MirkoTebaldi Месяц назад
Our problem is how to integrate cognito SSO
@tonystark-p5o
@tonystark-p5o 7 месяцев назад
Hi I am developing a next js application using amplify gen 2 and I want to add custom domain to it. Can you give me some more information about adding it using the cli.
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
So as of this moment, we don't have support for that. It will be available very soon.
@ProgramWithErik
@ProgramWithErik 7 месяцев назад
You can track the issue here, and there is a workaround github.com/aws-amplify/amplify-backend/issues/954
@pheisar
@pheisar 9 месяцев назад
what's the best way to integrate bedrock with gen 2? tried to use addHttpSource but can't for the life of me figure out how to add the http endpoint schema in gen 2
@ProgramWithErik
@ProgramWithErik 9 месяцев назад
Good question! I’m be making a video on this soon !
@naveenkumarprasad932
@naveenkumarprasad932 9 месяцев назад
How we can get user details in client side components?
@ProgramWithErik
@ProgramWithErik 9 месяцев назад
You can use the client version of get current auth import { getCurrentUser } from 'aws-amplify/auth’
@danieldancziger1328
@danieldancziger1328 8 месяцев назад
Hi, question how can i use amplify gen 2 backend inside an external lambda?
@ProgramWithErik
@ProgramWithErik 8 месяцев назад
No, not that I know of.
@mentotong9652
@mentotong9652 9 месяцев назад
No more Vue?
@ProgramWithErik
@ProgramWithErik 9 месяцев назад
I will, just mixing it up. You can do something similar in Vue with this backend
@mentotong9652
@mentotong9652 9 месяцев назад
@@ProgramWithErik Great Erik... Thanks
Далее
You don't need a frontend framework
15:45
Просмотров 125 тыс.
У БЕЛКИ ПОЯВИЛИСЬ КОТЯТА#cat
00:20
4 YEAR SIBLING DIFFERENCE! 😭 #shorts
00:11
Просмотров 10 млн
Stripe Checkout with Amplify Gen 2 (2024)
31:34
Просмотров 1 тыс.
This Vue Mistake Was A Real Problem
8:02
Просмотров 3,7 тыс.
Realtime Chat App in React Native and AWS (Backend) 🔴
3:29:01
I think I was wrong about AWS Amplify
30:39
Просмотров 59 тыс.
A Jr Dev For Life?? | Prime Reacts
21:33
Просмотров 304 тыс.
TypeScript From End-To-End Changes Everything!
19:34
Просмотров 2,9 тыс.