Tag: Serverless
Main Content
Secure a Github Webhook with Node.js
Secure an Azure Node.js Severless Function HTTP endpoint to accept requests that are limited to those coming from a GitHub webhook that is triggered on closing a pull request.
Use Azure Table Storage with Azure Serverless Functions and Node.js
Insert, retrieve, update, and delete entities from Azure Table Storage using the azure-storage npm package and Azure Serverless TypeScript Functions with Node.js.
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 Email with Node.js
Use the SendGrid npm package and a SendGrid API key to send emails with Node.js and TypeScript.