TIP: Learn to use chatgtp by inputing the error your recieving. That is how i breeze thru issues when the arise. Example the Rollback Error: To fix the issue with your AWS CloudFormation template, especially regarding the error that occurred because the Lambda function runtime nodejs12.x is no longer supported, you need to update the Runtime property of your ItemLambdaFunction resource to a supported version
Just wanted to say thanks for the awesome content on your RUclips channel! I'm learning a lot from you and it's really cool to see kind-hearted people like you out there. Keep up the great work!
Sir could you please help me with one thing. I followed the exact same instructions. Bit in the template i had to change the node version from 12x to 18x as aws said it was outdated, then it worked. But at the end when i launch the site using the s3 link, the frontend loads, but says failed to display the values, and also it doesn't accept any value that we enter and displays an error
@@advaithrai6272 Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights. Thank you for your understanding, and we wish you all the best in your exam preparations!
i saw this same issue, have u found a fix? initially i thought updating it to 18 would fix it but seems that causes some issues according to you. im still at the beginning of the lab but i decided to just upgrade to 14 instead of 18, if it works will post again
@waylonwilliams9946 I had tried that too brother, but was of no use. The main problem comes after you finish up everything, so its very difficult to find exactly what the problem is
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights.
@andreichirita702 nope, I spoke to a backend developer with 20 years experience. He said to make a separate lambda func specifically for the cors rights and attach it to the api gateway
@@jawadsabih4979 use node16.js. The aws-sdk is excluded in nodejs18. Just change it in the setting of your Lampda runtime env or in the cloudformation template
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights.
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights.
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights.
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights.
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out. If you're not already a member of our Facebook community, we'd love to have you join us! Here's the link to sign up: facebook.com/groups/awscertificationqa Once you're in, you can post your question and get some helpful insights.
my npm install did not install on my machine and i couldn't get pass it. am on a windows10. this is the error i got: ECONNRESET npm ERR! network aborted npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config'
I have ROLLBACK_COMPLETE with some status errors. I got CREATE_FAILED Resource handler returned message: "The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs18.x) while creating or updating functions. (Service: Lambda, Status Code: 400,
TIP: Learn to use chatgtp by inputing the error your recieving. That is how i breeze thru issues when the arise. Example the Rollback Error: To fix the issue with your AWS CloudFormation template, especially regarding the error that occurred because the Lambda function runtime nodejs12.x is no longer supported, you need to update the Runtime property of your ItemLambdaFunction resource to a supported version
Just wanted to say thanks for the awesome content on your RUclips channel! I'm learning a lot from you and it's really cool to see kind-hearted people like you out there. Keep up the great work!
Can u explain why we using /items and {id} I didn't understand
Awesome tutorial! You are always my go to teacher for all things cloud. Thank you very much Neil! Cheers!
It's our pleasure to be of help to the AWS community.
Please create such mini projects, it will be great help ❤
Nice presentation and learning!!
Glad you liked it!
Thanks Neal!
You are GREAT !
Sir could you please help me with one thing. I followed the exact same instructions. Bit in the template i had to change the node version from 12x to 18x as aws said it was outdated, then it worked. But at the end when i launch the site using the s3 link, the frontend loads, but says failed to display the values, and also it doesn't accept any value that we enter and displays an error
Could you please tell me what the error might be and how to fix it?
@@advaithrai6272 Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
Thank you for your understanding, and we wish you all the best in your exam preparations!
@@advaithrai6272 Open the yaml file in vsCode and ctrl F to find nodejs12 and change it to nodejs18. For me it's on line 30 of the document.
i saw this same issue, have u found a fix? initially i thought updating it to 18 would fix it but seems that causes some issues according to you. im still at the beginning of the lab but i decided to just upgrade to 14 instead of 18, if it works will post again
@waylonwilliams9946 I had tried that too brother, but was of no use. The main problem comes after you finish up everything, so its very difficult to find exactly what the problem is
During the creation of the api gateway when i am doing the integration part it is asking for the route which is a required field hot to resolve this .
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
I may have found the issue, it is within the lambda function as the "aws-sdk" is missing
Hi! Same issue. Any solve problem?
@andreichirita702 nope, I spoke to a backend developer with 20 years experience. He said to make a separate lambda func specifically for the cors rights and attach it to the api gateway
@@jawadsabih4979 use node16.js. The aws-sdk is excluded in nodejs18. Just change it in the setting of your Lampda runtime env or in the cloudformation template
i upload success src code on s3, but use website, alert error
i was change nodejs 12.x -> 20.x
Failed to fetch items: Network Error
help me
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
Thank you
Hello, This YAML file do not have the same configuration as shown in video. Where did i go wrong?
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
Its not working at the first step ! i just uploaded yaml file to cloudformation it showed "rollback_complete"
Perfect!
How to obtain course materials
You can purchase our monthly/annual plan to gain access to our extensive AWS library. Here's a quick link for you: digitalcloud.training/plans/
Unable to perform npm run build. The error is filling up all the terminal. Is there any alternate
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
I need help as my Api is not created in APi Gateway.?
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
Could you please answer this What is WebApp in AWS called?
Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
If you're not already a member of our Facebook community, we'd love to have you join us!
Here's the link to sign up: facebook.com/groups/awscertificationqa
Once you're in, you can post your question and get some helpful insights.
my npm install did not install on my machine and i couldn't get pass it. am on a windows10. this is the error i got: ECONNRESET
npm ERR! network aborted
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
I have ROLLBACK_COMPLETE with some status errors. I got
CREATE_FAILED Resource handler returned message: "The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs18.x) while creating or updating functions. (Service: Lambda, Status Code: 400,
Me too... Changed to 18.x, but I haven't succeeded. Even using NodeJS 18.x version installed.
i have the solution if u need
can you please share it ?@@jawadsabih4979
@@jawadsabih4979yes let me know please
changed to node.js 18 and it works for me.
Thank you