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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 25

  • @abdraoufx
    @abdraoufx 5 หลายเดือนก่อน +3

    Your channel is a hidden treasure

  • @ApplyIT2021
    @ApplyIT2021 8 หลายเดือนก่อน

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

  • @shmasshah
    @shmasshah ปีที่แล้ว +2

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

  • @soumyadipchatterjee2267
    @soumyadipchatterjee2267 ปีที่แล้ว

    Really awesome project, easy explanation of API Gateway & Lambda

  • @jassminherrera4958
    @jassminherrera4958 ปีที่แล้ว

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

  • @vinaysterling
    @vinaysterling ปีที่แล้ว

    Thanks Really helpful

  • @alfredodaniel7473
    @alfredodaniel7473 11 หลายเดือนก่อน

    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 หลายเดือนก่อน

      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

  • @srini580
    @srini580 6 หลายเดือนก่อน

    Thanks.

  • @aloSolo
    @aloSolo 8 หลายเดือนก่อน

    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.

  • @alwayskrishnaconsciousness5636
    @alwayskrishnaconsciousness5636 4 หลายเดือนก่อน

    Can the ApiGateway be relaced by loadbalancer?

    • @jumpmanjxhnsxn7608
      @jumpmanjxhnsxn7608 4 หลายเดือนก่อน

      no

    • @nechemyah2102
      @nechemyah2102 5 วันที่ผ่านมา

      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 4 หลายเดือนก่อน

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

  • @mozartshomie09
    @mozartshomie09 5 หลายเดือนก่อน

    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'],
    "
    ]
    }