Serverless API using AWS Python Lambda and DynamoDB with AWS API Gateway Endpoint

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.พ. 2022
  • ===================================================================
    1. SUBSCRIBE FOR MORE LEARNING :
    / @cloudquicklabs
    ===================================================================
    2. CLOUD QUICK LABS - CHANNEL MEMBERSHIP FOR MORE BENEFITS :
    / @cloudquicklabs
    ===================================================================
    3. BUY ME A COFFEE AS A TOKEN OF APPRECIATION :
    www.buymeacoffee.com/cloudqui...
    ===================================================================
    This video shows how to create Serverless API using AWS python Lambda and AWS DynamoDB and exposing endpoint with AWS API gateway.
    It has clear explanation of all components being used in this API via design diagram.
    It has clear code walk through and stitching the components together to make functional API.
    It also shows securing the API using API token and authorization using AWS access key ID and access secrete.
    File used in demo can be found at : github.com/RekhuGopal/PythonH...
    #api #sereverlessapi #awslambda #dynamoDB #aws #python
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    as a new boy in Python programing world, I can say this is the best code explanation than any youtube resource I got, the line you said this is the four pillar of any application , you got my respect bro. after KodeCloud, Cloud Guru, Pythoholic, Valaxy tech, Techworld with Nana , I got you as next best mentor for me like person in DevOps/Cloud computing world. Thanks from heart.
    I am subscribing you now. 🤩

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

      Thank you Jaydeep for wonderful words and glad that my channel video has helped you. Keep watching and keep learning. Happy learning.

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

    This was really helpful. I am a JS dev trying to learn python and this type of explanation is really useful.

    • @cloudquicklabs
      @cloudquicklabs  2 ปีที่แล้ว

      Thank you for watching my videos.
      Do share with your friends as well.

  • @JoseLuisRodriguez-zp9uy
    @JoseLuisRodriguez-zp9uy 2 ปีที่แล้ว

    the best, no one had explained it this way nor had it worked for him like this congratulations

    • @cloudquicklabs
      @cloudquicklabs  2 ปีที่แล้ว

      Thank you very much encouraging words and watching my videos.
      Keep learning, Happy learning.

  • @DineshKumarUes10ee08
    @DineshKumarUes10ee08 ปีที่แล้ว +1

    Great job !!! works like cherry on the cake 🎂 🎂

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

      Thank you for watching my videos. Glad that it helped you. Keep watching and keep learning from my videos.

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

    Thanks man for sharing it and explaining it...Chetan from Mumbai

    • @cloudquicklabs
      @cloudquicklabs  2 ปีที่แล้ว

      Thank you for watching my videos.
      Happy learning.

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

    Hello sir, do u know how to do aws graphql schema for v2? Thank you

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

      Thank you for watching my videos.
      Yes, interesting topic, I shall make a video on it soon, thank you for bringing this to me.

  • @anish.r.k
    @anish.r.k 2 ปีที่แล้ว +1

    This was indeed helpful as I'm a newbie to Python and Dynamodb. No other videos did not cover this much aspects in detail for Dynamodb. But while execution, I am facing error in the lambda_handler part. It is throwing error at line # 80: if event['tasktype'] == "create": . The error thrown is "[ERROR] KeyError: 'tasktype'
    Traceback (most recent call last):
    File "/var/task/lambda_function.py", line 80, in lambda_handler
    if event['tasktype'] == "create":'
    I'm not able to solve it. Pls help me

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

      Thank you for watching my videos
      Looks like your event does not has correct syntax..
      Please watch the video again.

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

      i have this issue as well in my cloudwatch logs. May I know how did you solve it? @anishr5076