Serverless Web Application on AWS [S3, Lambda, SQS, DynamoDB and API Gateway]

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 49

  • @KojoJohnson
    @KojoJohnson 9 месяцев назад +7

    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

  • @siavoshoon
    @siavoshoon Год назад +1

    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!

  • @samjones4327
    @samjones4327 7 месяцев назад

    Awesome tutorial! You are always my go to teacher for all things cloud. Thank you very much Neil! Cheers!

  • @akshaybhoi8092
    @akshaybhoi8092 Год назад

    Please create such mini projects, it will be great help ❤

  • @ShaileshKumar-qp1xx
    @ShaileshKumar-qp1xx 6 месяцев назад

    Nice presentation and learning!!

  • @khuenlau4602
    @khuenlau4602 Год назад

    Thanks Neal!

  • @george906
    @george906 Год назад

    You are GREAT !

  • @advaithrai6272
    @advaithrai6272 Год назад +3

    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
      @advaithrai6272 Год назад +2

      Could you please tell me what the error might be and how to fix it?

    • @DigitalCloudTraining
      @DigitalCloudTraining  Год назад

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

    • @floprete9422
      @floprete9422 Год назад +4

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

    • @waylonwilliams9946
      @waylonwilliams9946 Год назад

      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

    • @advaithrai6272
      @advaithrai6272 Год назад

      @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

  • @sandeepsoni7163
    @sandeepsoni7163 12 дней назад

    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 .

    • @DigitalCloudTraining
      @DigitalCloudTraining  12 дней назад

      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.

  • @jawadsabih4979
    @jawadsabih4979 Год назад +2

    I may have found the issue, it is within the lambda function as the "aws-sdk" is missing

    • @andreichirita702
      @andreichirita702 Год назад +1

      Hi! Same issue. Any solve problem?

    • @jawadsabih4979
      @jawadsabih4979 Год назад

      @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

    • @wouzer09
      @wouzer09 6 месяцев назад

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

  • @_NguyenTuongHuy
    @_NguyenTuongHuy 7 месяцев назад +1

    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

    • @DigitalCloudTraining
      @DigitalCloudTraining  7 месяцев назад

      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.

  • @SuperRider-RS
    @SuperRider-RS Год назад

    Thank you

  • @mihirkulkarni8176
    @mihirkulkarni8176 7 месяцев назад

    Hello, This YAML file do not have the same configuration as shown in video. Where did i go wrong?

    • @DigitalCloudTraining
      @DigitalCloudTraining  7 месяцев назад

      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.

  • @ahmetgokhansaygin8946
    @ahmetgokhansaygin8946 6 дней назад

    Its not working at the first step ! i just uploaded yaml file to cloudformation it showed "rollback_complete"

  • @TAOYOU-wz4sv
    @TAOYOU-wz4sv 5 месяцев назад +1

    How to obtain course materials

    • @DigitalCloudTraining
      @DigitalCloudTraining  4 месяца назад

      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/

  • @suhasisukapatla1383
    @suhasisukapatla1383 6 месяцев назад

    Unable to perform npm run build. The error is filling up all the terminal. Is there any alternate

    • @DigitalCloudTraining
      @DigitalCloudTraining  6 месяцев назад

      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.

  • @amirjaved9930
    @amirjaved9930 10 месяцев назад

    I need help as my Api is not created in APi Gateway.?

    • @DigitalCloudTraining
      @DigitalCloudTraining  9 месяцев назад

      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.

  • @vijayas8007
    @vijayas8007 2 месяца назад

    Could you please answer this What is WebApp in AWS called?

    • @DigitalCloudTraining
      @DigitalCloudTraining  Месяц назад

      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.

  • @smithogbubeminelson8210
    @smithogbubeminelson8210 Год назад

    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'

  • @floprete9422
    @floprete9422 Год назад

    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,

    • @danieltikamori
      @danieltikamori Год назад +1

      Me too... Changed to 18.x, but I haven't succeeded. Even using NodeJS 18.x version installed.

    • @jawadsabih4979
      @jawadsabih4979 Год назад

      i have the solution if u need

    • @savanpatel4938
      @savanpatel4938 Год назад

      can you please share it ?@@jawadsabih4979

    • @CHAITHANYAkitta
      @CHAITHANYAkitta 10 месяцев назад

      @@jawadsabih4979yes let me know please

    • @ruiwang7915
      @ruiwang7915 8 месяцев назад

      changed to node.js 18 and it works for me.

  • @joyebot7371
    @joyebot7371 Год назад

    Thank you