Netlify Serverless Functions | Lambda Functions

Sdílet
Vložit
  • čas přidán 25. 01. 2021
  • Netlify Functions - Learn how to use Netlify lambda functions to send email from a React JS controlled form. Nodemailer is used to handle the mail from the serverless function
    Starter files and finished project: github.com/weibenfalk/Netlify...
    Support me by subscribing to this channel ❤️
    Do you want to master #react, #gatsby, or #svelte fast? ⏩ 🚀 👩‍🚀
    Check out my premium courses at www.weibenfalk.com
    -
    Find me somewhere below:
    Website: www.weibenfalk.com
    Udemy: www.udemy.com/user/thomas-928/
    Linkedin: / thomas-weibenfalk-7635...
    Twitter: / weibenfalk
    Github: github.com/weibenfalk
    FreeCodeCamp: www.freecodecamp.org/news/aut...
    Dev.to: dev.to/weibenfalk
  • Věda a technologie

Komentáře • 9

  • @yamogebrewold8620
    @yamogebrewold8620 Před 3 lety +4

    This is amazing. Doing this from scratch with a NodeJS app would take so much longer time (building to deploying).

  • @CodingNuggets
    @CodingNuggets Před 3 lety +1

    I just starting learning about Lambda functions. Pretty cool getting a view of the Netlify functions. Good stuff Thomas. See you soon!

  • @sujoyghosh7152
    @sujoyghosh7152 Před 3 lety

    Thanks a lot ❤️🙂

  • @yamogebrewold8620
    @yamogebrewold8620 Před 3 lety +1

    I knew you were from Sweden. Kind of noticed it from the accent. Then you confirmed it :D I'm from Malmo.
    Great channel, keep up the awesome work.

    • @Weibenfalk
      @Weibenfalk  Před 3 lety +1

      Thanks! Yeah I'm from Sweden ... =)

  • @JamesQQuick
    @JamesQQuick Před 3 lety

    Love the combo! Good stuff :)

  • @avneet12284
    @avneet12284 Před 3 lety

    That was amazing.
    By the way, you can now use ES2015 type imports in node server env if you have one of the recent Node versions. Just ensure that you use the full path with extension while importing (*.js etc etc). That's the only difference.