How to Create a REST API with Azure Functions and the Serverless Framework — Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • serverless-azure-functions

    Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework

  • With the recent updates to the serverless-azure-functions plugin, it is now easier than ever to create, deploy and maintain a real-world REST API running on Azure Functions. This post will walk you through the first few steps of doing that.

  • sls-az-func-rest-api

    Sample REST API using the new Serverless Azure Functions Plugin

  • To see the full end-to-end example used to create this demo, check out my GitHub repo. I structured each commit to follow the steps described in this post. Any steps named Step X.X are steps that involve no code or configuration changes (and thus not tracked by source control), but actions that could/should be taken at that point in the process. This is done to preserve the "commit-per-step" structure of the example repo.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Previous Serverless Version 0.5.x

    ⚡ Serverless Framework – Use AWS Lambda and other managed cloud services to build apps that auto-scale, cost nothing when idle, and boast radically low maintenance.

  • As you’ve probably already noticed, the azure-nodejs template comes preloaded with two functions: hello and goodbye. Let's remove those before we start adding our own code. To do this, remove both the hello.js and goodbye.js files. Also, remove their configuration definitions from serverless.yml.

  • serverless-graphql

    Serverless GraphQL Examples for AWS AppSync and Apollo

  • Originally published at https://www.serverless.com.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Invocation error - can't find any results helping me to solve this issue

    1 project | /r/aws | 4 Oct 2023
  • Consulta: buenas practicas AWS

    1 project | /r/devsarg | 4 Mar 2023
  • Deploying Lambdas from Zipped Code on S3 vs Image Repository

    1 project | /r/aws | 16 Feb 2023
  • How are you deploying cloud functions (GCF/Lambda/Firebase/whatever) from your monorepos?

    1 project | /r/node | 13 Jan 2023
  • Does anyone use serverless framework with Workers?

    1 project | /r/CloudFlare | 5 Jan 2023