Mini Project - Learn to use API Gateway with Lambda, AWS Service and Mock Integrations

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

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

  • @abdraoufx
    @abdraoufx 7 месяцев назад +4

    Your channel is a hidden treasure

  • @ApplyIT2021
    @ApplyIT2021 10 месяцев назад +1

    Very informative and to the point. Excited to watch more such videos.

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

    Awesome content straight to résumé!
    As always love your content

  • @Wirote-q2u
    @Wirote-q2u Месяц назад

    thank you. very useful

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

    Really awesome project, easy explanation of API Gateway & Lambda

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

    Thanks Really helpful

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

    While creating the lambda function aren't we supposed to associate it with a role for permissions? Maybe I've missed that step in your document?

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

      it is created automatically. look at 22:58 mark

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

    Hi Cantrill, please can you recommend an interactive sandbox resource to learn computer networking for a complete beginner?

    • @LearnCantrill
      @LearnCantrill  Год назад +5

      Hi, well there are two parts to this. The theory .. which you need to learn in isolation i.e learn how networking works at a 1st principles level. and then you have to learn how to implement things (have you tried this www.eve-ng.net/). That being said, you're commenting on a mini project which isn't really a networking one.

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

      @@LearnCantrill My bad for commenting on the mini project, I was just curious as there's a fair bit of computer networking required to navigate the cloud as a beginner

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

    Nice video

  • @aloSolo
    @aloSolo 11 месяцев назад

    are these projects on your courses?

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

    At the end test, I get the error {"Error":{"Code":"InvalidAction","Message":"Could not find operation publish for version 2010-03-31","Type":"Sender"}. I'm reviewing...

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

      where exactly do you get that error ...

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

      @@LearnCantrill I thought I followed up to this already, sorry --- I missed capitalizing the action 'Publish' at 13:26.

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

    Thanks.

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

    Great video! Do you have any videos similar to this but using CDK typescript?

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

    Can the ApiGateway be relaced by loadbalancer?

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

      no

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

      No. The load balancer is a like a traffic light to balance out traffic. The API Gateway is a powerful tool that connects everything.. it controls the sensors in the road to detect ttaffic, etc.. The cameras on the road can write data and stream data..

  • @BishnuUprety-y2t
    @BishnuUprety-y2t 6 месяцев назад +1

    how to remember all these steps ? My Brain is Hanged.

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

    When I try and get the IP, I get this error:
    {
    "errorMessage": "'requestContext'",
    "errorType": "KeyError",
    "requestId": "4d3d0ee0-e031-4ae5-b6bb-ed2126cd95f9",
    "stackTrace": [
    " File \"/var/task/lambda_function.py\", line 5, in lambda_handler
    'body': event['requestContext']['identity']['sourceIp'],
    "
    ]
    }

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

      I think you didn't checked the lambda proxy in lambda-GET integration request. Ensure you did this step and try again 8:59