AWS Tutorials - Amazon Redshift Serverless Simplified

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Amazon Redshift Serverless lets you setup data warehouse without any need to manage the infrastructure for it. Developers, data scientists, and analysts can work across databases, data warehouses, and data lakes to build reporting and dashboarding applications, perform real-time analytics, share and collaborate on data, and build and train machine learning (ML) models.
  • НаукаНаука

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

  • @ajinkyaadhotre5336
    @ajinkyaadhotre5336 9 месяцев назад

    Stay safe and take care sir , and please keep posting more videos like these :)

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

    Thanks a lot!

  • @ajinkyaadhotre5336
    @ajinkyaadhotre5336 9 месяцев назад

    Thanks for the tutorial ! got paid content for free :D

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

    It seems that base capacity is upper limit ?

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

    Hi Sir, I want to select some data from rds and pass to email through attachment using lambda fuction, is it possible, any suggestion for this. Lambda should trigger data attachment to email.

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

      Yes, you can using AWS SES service. Please check this link - w3lessons.info/send-email-attachment-python-aws-boto-ses

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

      @@AWSTutorialsOnline thanks for promp response, subscribed 👍

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

      @@AWSTutorialsOnline but how to attach rds table query data here, example is for attaching files saved already but if we want to run the query first retrieve data and attach to email using lamda.

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

      @@Yakazuna23 you can use temporary directory attached to Lambda for storing the attachment.