SEND EMAILS FROM YOUR AWS LAMBDA FUNCTIONS (full tutorial using AWS SAM and DYNAMODB streams)

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

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

  • @muhammadaijaz2487
    @muhammadaijaz2487 4 года назад +5

    Thanks for creating this amazing tutorial and one more thing if you create a tutorial on video streaming with kinesis or any. Thanks

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

    Hey Marcia,
    I saw a couple of videos on SES but I really liked your simple version. I am gonna try it out now. Hope it comes all as a cake. Also, I have a specific email format with an image header or banner. How do I incorporate such one?

  • @zainafzal7461
    @zainafzal7461 4 года назад +1

    Thanks for this Marcia. Will be using this for my blog

  • @carlosbat5493
    @carlosbat5493 3 года назад

    Hola Marcia, excellent video. I would like to see kind of the same use case but from amplify instead of sam. Something like add a function to amplify that runs like a cron job do some analysis to your data and then send an email. Saludos!

  • @codingexpedition4625
    @codingexpedition4625 4 года назад

    That extension looks super handy. Which vscode extension are you using to view the logs and dynamodb items?

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

    thank you so much, very helpful

  • @kylebloyd2015
    @kylebloyd2015 3 года назад +1

    Thank you so much

  • @remzfernandez5027
    @remzfernandez5027 2 года назад +1

    Thanks!

  • @felipealtamirano9948
    @felipealtamirano9948 3 года назад +1

    Muchas gracias por este video!! muy interesante para quienes nos estamos iniciando en el mundo AWS

  • @RajSingh-oi5sx
    @RajSingh-oi5sx 2 года назад

    Hello Marcia, Thanks for such a wonderful video. I have setup everything as stated in the video. Data is getting inserted into dynamoDB table but user don't get email. I believe DynamoDBStream is not triggering lambda fn.
    Update- Please ignore above comment. There were a few errors in the handler.js file which I modified for our use case. Code is running perfectly.
    Now the issue we are facing- It sends email for every record in DynamoDb table however, we only want an email to be triggered for the latest insert/update.
    Any suggestions?
    Thanks.

  • @geetchoubey
    @geetchoubey 4 года назад +1

    Hey! Quick question: Does AWS charge us for any read/write units for using DDB streams?

    • @foobar_codes
      @foobar_codes  4 года назад +1

      You can find information here about pricing aws.amazon.com/dynamodb/pricing/on-demand/

  • @IAMTHEMUSK
    @IAMTHEMUSK 3 года назад

    How can I send emails to not verified emails? If my guests users are subscribing to newsletter for example?
    EDIT : by default aws creates you a sandbox, which allows you to test your system. This sandbox can send emails to emails you will verify yourself, in order to prevent fraud and abuse. Once your system is ready, then you have to contact them to be able to play out of the sandbox. Of course you will be limited at the beginning. Hope this helped.

    • @maneeshkumarv7764
      @maneeshkumarv7764 3 года назад

      how to send mail to capturing emails from the form....who is not verified.. i have prodution access enabled...
      where do i need to specify to address details that i got from form data..

    • @IAMTHEMUSK
      @IAMTHEMUSK 3 года назад

      @@maneeshkumarv7764 I send mails through lambda. You need to provide ses access to your lambda

  • @ngneerin
    @ngneerin 4 года назад +4

    Helllllooooo waaaarlld and welcaaaam too aaanaaadaar epeesod of fooooba

    • @foobar_codes
      @foobar_codes  4 года назад +2

      you got it perfectly! :)

    • @b4tch3r
      @b4tch3r 4 года назад +1

      Sounds like me if I need to speak english. With my native accent (german) this can be tough. ;D
      Last but not least, you share great knowledge and you try to speak english even with an accent.
      Keep on, you're doing good stuff.
      Cheers
      Steven

    • @foobar_codes
      @foobar_codes  4 года назад +1

      Accents are cool. Everyone has an accent 🌸

    • @ngneerin
      @ngneerin 4 года назад +1

      It's a good intro. Stands you out. You are remembered very well because of it

  • @numpyasnum1768
    @numpyasnum1768 2 года назад

    Let’s assume this was a company’s contact form, so you’re sending an email from the company’s email to the company’s second email, i don’t get it, isn’t that redundant