Tag: Serverless
Build a Jamstack form with Serverless functions and a Stateless CSRF Token
Request a csrf token and post form data with the Fetch API using Azure Serverless functions to generate and verify a stateless csrf token and save form data.
Build a Serverless Comment System for a Jamstack Blog
Use the GitHub REST API, Azure Serverless Functions, and Node.js to post and pre-render Jamstack blog comments without a database.
Send Emails with Node.js
Use the SendGrid npm package and a SendGrid API key to send emails with Node.js and TypeScript.