Why I love AWS Amplify - Deploy Next.js (T3 Stack) in 5 minutes

preview_player
Показать описание
limited time 30% off discount code: 9LX2QSM

Рекомендации по теме
Комментарии
Автор

Thanks, good tip about the commercial limitation of vercel.

toddribnek
Автор

Has Amplify changed a lot within the past year? This definitely looks much simpler than when I last checked. I think the reason many tend towards Vercel is just because there are a lot of videos, and other resources, that show how easy it is to deploy there. Both in terms of DX and friendlier UI. Plus the fact that you don't have to worry so much about scaling. At least, that's how it felt to me. I'm sure many just had very bad experiences with AWS, but there are also several others who just try to gravitate to whichever is the easiest to implement. But this demo has got me interested in trying AWS again. Thank you for this video!

javierneri
Автор

Thank you for recording this
Just deployed on Netlify and AWS is not much more complIcated

nardu
Автор

I am having trouble with environment variables. I have a .env file with my access keys but I am not able to pass it to AWS in my app. If I console log process.env.ACCESS_KEY I get the key output but if I pass this in the AWS config.update(), I get missing credentials

anonymoussloth
Автор

i wish i found your video like 5 days ago. but figured it out

eliaspaulinho
Автор

Could you maybe make a video on how you set up your AWS account or how to set up an AWS account for personal side projects (multiple projects, maybe staging and prod envs) to keep it secure and project resources separate? Coming from Azure and reading about that topic, there are many different approaches it seems, e.g. AWS organizations, AWS control tower, everything in a single AWS account. That would be nice :)

SiKSC
Автор

My app is deployed, but I get , I dont get this in vercel

midlandscoder
Автор

The problem is that Ampliy does not support api routes, app directory, on demand ISR and other needy features.

ooogabooga
Автор

This would be really good if and when you scale up and it come to the point where you need to add other services with a k8s or lambdas cluster

goodboy
Автор

Hi I got this error when I browsing, any solution for this?
Error Package subpath './server.edge' is not defined by "exports" in

tannonn
Автор

I used to deploy my apps on heroku, but this is a great alternative it looks like with them removing their tier

bradenborman
Автор

i used Hostinger for purchasing my Domain Name and Hosted that domain name on Router 53 and changed DNS severs on Hostinger's Default to Router 53 given. after that my domain name is gettiing status Available but getting "DNS address could not be found. Diagnosing the problem." error when openned website. what can i do now?

harsh_pathak
Автор

Your video is simply good job! SUpport!

hoyinli
Автор

I know you mentioned you haven't used Netlify before. I've used it for a ton of personal projects and it's been great for me. Would love to hear your opinion on it if you try it out sometime!

corygrewohl
Автор

How does AWS Amplify the server-side code in a Next.js app? Is it just a bunch of Lambdas happening in the backend?

cbcbsom
Автор

Are there any bandwith limits to using AWS Amplify? Like there are 100 Gb bandwidth limit for sites deployed on Netlify and Vercel

samirmishra
Автор

Hi cody, I have been watching your videos for a long time and I really like them, especially the MEVN stack, if you could make one more video where you build the chat app, very basic.

Turbovv
Автор

Yap. it's very easy to use now, have been using it for a while

moinulislammoin
Автор

Great vid. just wondering if I can use and install flowise in aws amplify. If yes, can you please make a tutorial for that. I will really appreciate it. Thanks and Godspeed.

RexMapz
Автор

Hey Cody nice video, learned something new, just one question.
Are you saying if we use Amplify, and we have a domain bought from goDaddy for example, we can have https for free if we do this configuration on Amplify you showed in video and that's it? :)

TstormGG