Run Athena Queries from Lambda functions | AWS Athena Tutorials |

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

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

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

    00:43 the diagram flow
    01:00 the workflow
    02:02 create lambda function
    03:05 lambda script
    07:32 *IMPORTANT NOTE* and deployment

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

      Thank you so much 🙏🏻🙏🏻
      I will mark this as featured comment.

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

      @@AjayWadhara thanks to you for the video, I only taking timestamp to bookmark for later use.

  • @webdhawal
    @webdhawal 4 ปีที่แล้ว

    Nice explanation. Thanks for sharing.

  • @keerthinathcm1254
    @keerthinathcm1254 3 ปีที่แล้ว

    Very good! Great explanation!

  • @09abhishekk
    @09abhishekk 2 ปีที่แล้ว

    Subscribed and Liked! Thank you!! 😊

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

    Great work .. Really liked it :)

    • @rahulanand7675
      @rahulanand7675 4 ปีที่แล้ว

      Do you have any git repository to share the codes ?

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

    Can we use create or Drop statements instead of select

  • @andriys5772
    @andriys5772 3 ปีที่แล้ว

    Thank you!

  • @vsr1727
    @vsr1727 4 ปีที่แล้ว

    Thank you

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

    You haven't considered the lambda timeout here.. on prod we don't query for 10 entries... we cannot keep running the while loop for more tha 15 mins

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

      Yeah..you have to keep that in mind. This video is just a demo to show what you can achieve Athena queries with Lambda without keeping a server running 24x7

  • @aravindbonu3108
    @aravindbonu3108 4 ปีที่แล้ว

    Thanks for the nice explanation.
    Also a question - I understand Athena supports federated queries. Does that mean we can query from multiple data sources at the same time - as in the same query can I query both S3 and DynamoDB?

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

      Yes Aravind , we can query S3, DyDB, or any JBDC sources in a single query