VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Build an Online Store Using AWS, React, and Stripe

Build an Online Store Using AWS, React, and Stripe

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to build an online book store from beginning to end with AWS, React, and Stripe. The project uses Amplify, AppSync, DynamoDB, S3, Lambda services in AWS and React Hooks, Context API in ReactJS. You will learn how all these technologies fit together. - Code: https://github.com/mjzone/bookstore-v2 -- Video created by Manoj Fernando. https://github.com/mjzone/bookstore-v2 -- Video created by Manoj Fernando. Check out his YouTube channel: https://www.youtube.com/channel/UChpIik3lwpviVj_tIoCeUHw - Learn how much it cost for Manoj to create and run this store: https://youtu.be/qRUCwT9ZqT4 -- Contents -- -- (00:00) Introduction -- (01:37) Agenda -- (03:14) Product Demo -- (06:16) Architecture Diagram Discussion -- (08:42) Setting up the Project -- (09:24) Initializing an Amplify Project -- (11:25) Adding Authentication with Cognito -- (11:52) Create an S3 Bucket to Store Images -- (13:04) Create Lambda Functions to Process Order (Pipeline Resolver) -- (29:08) Creating Cloud Resources -- (30:10) Processing Book Orders -- (33:31) Running the Application -- (42:39) Connecting to Cloud Resources from React App -- (44:51) Verifying Customer Orders -- (54:58) Hosting the Site on S3
Date: 2022-03-14

Comments and reviews: 10


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

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

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

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

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

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

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

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

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 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






Other channel videos