Store data sent to AWS IoT in DynamoDB using Lambda

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

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

  • @CDev-vn5mw
    @CDev-vn5mw 9 месяцев назад +2

    Excellent, very, very helpful. Thank you!

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

    Awesome! To anyone wondering, this works perfectly the time of writing this comment. Life saver

  • @tanmaysriv3768
    @tanmaysriv3768 11 месяцев назад +2

    Thank you soooo much it's been a great help ❤❤❤❤

  • @robeliolopessilva4394
    @robeliolopessilva4394 4 месяца назад +1

    Hey! Thanks a lot again! Very good job!

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

    Thank you so much. Such a great help

  • @TechLens-y7x
    @TechLens-y7x Год назад

    Very useful video sir, i want to ask one thing that if dunsun gateway connected to iot core and when i subscribe topic from iot core then automatically call the lamda and the data store in s3 or rds.
    And this data is basically device data which is connected to the dunsun gateway so please if you have any idea about that then through the light on this scenario

  • @mattmullin5
    @mattmullin5 10 месяцев назад +2

    THANK YOU SIR!

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

    Gold! Thanks for posting.

  • @karanmitra1
    @karanmitra1 Месяц назад +1

    Very cool

  • @enderdog3gaming520
    @enderdog3gaming520 4 месяца назад +1

    great fking tutorial, love

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

    Great video!

  • @cliffitadvisor
    @cliffitadvisor 6 месяцев назад +1

    Great video

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

    Sir.. I can't understand why we use lambda here

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

      Hi! I decided to use a Lambda Function because I wanted to dynamically set the value of the "status" var based on the distance before persisting the data. If I were going to persist the data without manipulation, I could have used an IoT Rule. Does that make sense?