
Build an Online Store Using AWS, React, and Stripe
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Jayden
Absolutely fantastic. Just the right amount of details and (almost) every time something breaks, it's expected and addressed.
If you get the Access Denied error when hitting the /admin URL, here's the fix:
-The solution is to navigate to AWS console, select - Rewrites and redirects -, add a new rewrite and redirects, click on - Open text editor -, and add the below rule:-
[-
--
-source-: --,-
-target-: -/index.html-,-
-status-: -200-,-
-condition-: null-
--
]
reply
Absolutely fantastic. Just the right amount of details and (almost) every time something breaks, it's expected and addressed.
If you get the Access Denied error when hitting the /admin URL, here's the fix:
-The solution is to navigate to AWS console, select - Rewrites and redirects -, add a new rewrite and redirects, click on - Open text editor -, and add the below rule:-
[-
--
-source-: --,-
-target-: -/index.html-,-
-status-: -200-,-
-condition-: null-
--
]
reply
Ja
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
reply
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
reply
Sannan
I want to say thank you so much. I have to do a project for my class and had no guidance and no experience with AWS and this video taught me more than what I have learned in class. Your videos are organists ed and structured better than any college professor I had and you explained all the key parts as well!
reply
I want to say thank you so much. I have to do a project for my class and had no guidance and no experience with AWS and this video taught me more than what I have learned in class. Your videos are organists ed and structured better than any college professor I had and you explained all the key parts as well!
reply
Sai
const -featured- = useContext(ItemContext);-
if (!featured.length) --
return No Featured Items-
-
These lines of code don't work in the file: home.js
This is the error:- TypeError: Cannot destructure property 'featured' of 'Object(...)(...)' as it is undefined.
reply
const -featured- = useContext(ItemContext);-
if (!featured.length) --
return No Featured Items-
-
These lines of code don't work in the file: home.js
This is the error:- TypeError: Cannot destructure property 'featured' of 'Object(...)(...)' as it is undefined.
reply
alak
Do you have course in Udemy like this? It would be awesome, if you have course like this from scratch. I would like to learn more what kind facilities AWS Amplify have , complex data model and Graphql queries? I will defiantly buy this course and promote for free -
reply
Do you have course in Udemy like this? It would be awesome, if you have course like this from scratch. I would like to learn more what kind facilities AWS Amplify have , complex data model and Graphql queries? I will defiantly buy this course and promote for free -
reply
Ali
I tried too many deployment tutorials including docker tutorials non of the worked with me ---- evry yime i got a log with errors and they don't make any sense and the websites that i tried yo deploy all work locally very well. but i will try this one anyway,
reply
I tried too many deployment tutorials including docker tutorials non of the worked with me ---- evry yime i got a log with errors and they don't make any sense and the websites that i tried yo deploy all work locally very well. but i will try this one anyway,
reply
Vinh
So lost with this tutorial, challenges of following along, and so many errors, when im pushing to cloud, so many ERR messages which i have no idea what it means! Can someone please help me get through this hurdle! I just want to get past the first part....
reply
So lost with this tutorial, challenges of following along, and so many errors, when im pushing to cloud, so many ERR messages which i have no idea what it means! Can someone please help me get through this hurdle! I just want to get past the first part....
reply
Yusef
Do you have to create a new IAM user for each project? I've noticed every tutorial use amplify configure and then you end up making a new user? Can you ever just use user for different projects or is it better to create a user for each project?
reply
Do you have to create a new IAM user for each project? I've noticed every tutorial use amplify configure and then you end up making a new user? Can you ever just use user for different projects or is it better to create a user for each project?
reply
MrJarofflies
I got everything working but when I try to add a book I get the following error: Not Authorized to access createBook on type Mutation
I created the Admin group and added the admin user. Not sure what else to check?
reply
I got everything working but when I try to add a book I get the following error: Not Authorized to access createBook on type Mutation
I created the Admin group and added the admin user. Not sure what else to check?
reply
Kevin
I got to 47:40 and I see there are no Lambda functions there. That happen to anyone else? I was following along exactly, getting no errors in the terminal and local running was fine up until that point....
reply
I got to 47:40 and I see there are no Lambda functions there. That happen to anyone else? I was following along exactly, getting no errors in the terminal and local running was fine up until that point....
reply
Add a review, comment















