Going through this now about one year later. The Amplify CLI has changed a bit but it seems most of the components are still the same. Still working, but with some modifications. Thanks for a great intro! Edit: I added a comment to your Gist with the modifications I had to make to get it to work.
Awesome video, I have been struggling to understand the AWS Amplify and connect all these pieces. I truly enjoyed it and now will replicate the steps. But hats off to you for such an excellent video and explanation. Thank you so much.
The intro is confusing. You say the prereqs are npm, amplify-cli, & git. But then you run "npx create-react-app" with no explanation. What is npx and why are we creating a React app when we just want to poke around with lambdas for the next 15 mins? A quick explanation was all that was needed. Anyway, great video! Very helpful!
At 26:00 the mock of the function fails. Fixed that with: 1. event.json has the following contents: { "pathParameters": { "customerId": "55" } } 2. Mock command is : amplify mock function CustomerHandler
hello, could you tell me jow can I use a module like uuid with amplify? I keep getting "errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module 'uuid' Require stack
Followed along. No option for a "hello-world" function. Only a serverless expressJS app or a dynamo CRUD. Both forcing me to boilerplate or create resources i have no intention of using. Going back to making the backend in SAM and using amplify to deploy the front end react stuff
Does anyone know why my project isn't showing up in the cloudformation stack? Also when I 'amplify push' it gives me the following error "An error occurred during the push operation: Cannot read properties of undefined (reading 'lastPushTimeStamp')"
I just stumbled across this video & found it VERY useful! One (dumb/newbie) question: when using "amplify delete", will this only tear down the infrastructure provisioned in the cloud? The way I read the prompt is that it will modify your local code as well ("wipe out all the local files create by Amplify CLI")? Is there a way to only tear down what is in the cloud? I would hate to have to rewrite/recreate the infrastructure config/code each time.
hope someone sees this and could help me. I cannot even get past the first min of the video. In the terminal it puts my c drive and user info and gives me an error 4048. Could someone please help
Thank you for your video it has been helpful, but they should have called it AWS Abysmal. It is the worst developer experience I have ever had. I work on a team and it is awful. I have had to nuke our backend enviroments and local development multiple times. It is so easy to make a mistake and difficult to understand how to fix it. Small projects that dont require more than a dev or two it is passable. Not a comment on your content I just hate Amplify.
Hi, Thanks for sharing the video. But I am constantly getting this error.. Followed step by step what you have showed. Compiled with problems: ERROR in ./node_modules/@aws-amplify/api-graphql/lib-esm/GraphQLAPI.js 491:14-19 export 'parse' (imported as 'parse') was not found in 'graphql' (module has no exports) Can you please help me out? Using ubuntu 20.04 OS My package.json file as below : "dependencies": { "@aws-amplify/ui-react": "^2.1.5", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/graphql": "^14.5.0", "aws-amplify": "^4.3.10", "graphql": "^15.4.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", "web-vitals": "^2.1.2" },
Going through this now about one year later. The Amplify CLI has changed a bit but it seems most of the components are still the same. Still working, but with some modifications. Thanks for a great intro!
Edit: I added a comment to your Gist with the modifications I had to make to get it to work.
Great thanks! Please add a dynamo CRUD tutorial to this series.
You're an absolute GOAT, cant tell you how much this helped me learn
Awesome video, I have been struggling to understand the AWS Amplify and connect all these pieces. I truly enjoyed it and now will replicate the steps. But hats off to you for such an excellent video and explanation. Thank you so much.
You're very welcome!
Thanks! Helped me start with amplify.
Awesome video! your channel is one of my favorites :)
I actualy write "be a better dev " in youtube, when i have to implement something new :D
Any chance you would be willing to make an updated version with the V6 amplify?
Hi great work but can I create a front-end on existing Lambda backend API
So clear and well explained. Could you please add more videos with the new Figma feature
To select the name of the file or folder, right click, then select "Rename" then hit ctrl + a then ctrl + c then esc. then just paste
Thanks!
confirmed working as per instruks f/ vid; +1. thank you!
great video. just what i needed to see
The intro is confusing. You say the prereqs are npm, amplify-cli, & git. But then you run "npx create-react-app" with no explanation. What is npx and why are we creating a React app when we just want to poke around with lambdas for the next 15 mins? A quick explanation was all that was needed. Anyway, great video! Very helpful!
Thank you for this, really appreciate it!
You're very welcome!
Amazing tutorial. Thank you
Good, and thank you for full screen, no picture in picture (which is too distracting)
I really like your content but I wish that you would show Admin UI for managing content on Amplify.
At 26:00 the mock of the function fails. Fixed that with:
1. event.json has the following contents:
{
"pathParameters": {
"customerId": "55"
}
}
2. Mock command is : amplify mock function CustomerHandler
Ecellent! Dude quick question, do you have an example of how to create a Serverless Crud App with Sam and React? Amazing work thank you.
Hi Grego, I don't have a specific example for this setup but I've added to my video todo list. I'll try to get to it in the next few months.
Cheers
Not sure how it is working with yours, mine keeps giving me an error saying CORS Blocked. I did exactly everything how you mentioned.
Want to ask when I follow titorial @23:51 I get the following: {"customerName":"Customer undefined"} not sure why. Can you help me on this?
Thanks for this information
Thanks it helps me a lot
Brilliant video thank you!! How do you hide the AWS info before deployment to web?
hello, could you tell me jow can I use a module like uuid with amplify? I keep getting "errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module 'uuid'
Require stack
How can you alias or have naming convention for the Amplify "funky names"?
Great video! Can you share your vsssettings for syntax or what app you use?
Please also make fullstack project with React,Node,GraphQL and Lambda
Followed along. No option for a "hello-world" function. Only a serverless expressJS app or a dynamo CRUD. Both forcing me to boilerplate or create resources i have no intention of using. Going back to making the backend in SAM and using amplify to deploy the front end react stuff
how to send a custom acoording to user input like sms Otp or wh Otp , to aws cognito lambda function
How do I create other endpoints like post and update and stuff ?
Great video!!!
Glad you liked it!
Can you elaborate a bit on how ssl certificate in node js were handled
Does anyone know why my project isn't showing up in the cloudformation stack? Also when I 'amplify push' it gives me the following error "An error occurred during the push operation: Cannot read properties of undefined (reading 'lastPushTimeStamp')"
Great video, Thanks!
Thank you. Very informative ! :-)
thanks for sharing!
I just stumbled across this video & found it VERY useful! One (dumb/newbie) question: when using "amplify delete", will this only tear down the infrastructure provisioned in the cloud? The way I read the prompt is that it will modify your local code as well ("wipe out all the local files create by Amplify CLI")? Is there a way to only tear down what is in the cloud? I would hate to have to rewrite/recreate the infrastructure config/code each time.
Hi Phillip, only the cloud resource should be affected.
Hi, How can one migrate amplify form one region to another ? eg. ohio to mumbai
how did you make it dev? Mine got defaulted to staging which I guess is fine but I would prefer to have the dev tag. Thanks!
Hey what's the name of the repo?
hope someone sees this and could help me. I cannot even get past the first min of the video. In the terminal it puts my c drive and user info and gives me an error 4048. Could someone please help
Thanks!
Thank you so much!
I've been using it for a year now. I'm not a fan of it. i hate how it kinda forces your hand with it's defaults which are not cost optimized.
Thanks, bro !
Hey guys, does this project costing any money? I can't afford because I am still a student.
Can you please show your package.json file please for the above project?
So it IS using CF on the backend. I knew it.
Thank you for your video it has been helpful, but they should have called it AWS Abysmal. It is the worst developer experience I have ever had. I work on a team and it is awful. I have had to nuke our backend enviroments and local development multiple times. It is so easy to make a mistake and difficult to understand how to fix it.
Small projects that dont require more than a dev or two it is passable.
Not a comment on your content I just hate Amplify.
Hi,
Thanks for sharing the video.
But I am constantly getting this error..
Followed step by step what you have showed.
Compiled with problems:
ERROR in ./node_modules/@aws-amplify/api-graphql/lib-esm/GraphQLAPI.js 491:14-19
export 'parse' (imported as 'parse') was not found in 'graphql' (module has no exports)
Can you please help me out?
Using ubuntu 20.04 OS
My package.json file as below :
"dependencies": {
"@aws-amplify/ui-react": "^2.1.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/graphql": "^14.5.0",
"aws-amplify": "^4.3.10",
"graphql": "^15.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.2"
},
I WAS EXCITED FOR THIS VIDEO UNTIL HE TYPED NPX CREATE-REACT-APP
what did u expect
@@SpongebobFan1127 maybe npm create vite@latest