All Projects → netlify → functions.netlify.com

netlify / functions.netlify.com

Licence: other
Tutorials, examples, workshops and a playground for serverless with Netlify Functions

Programming Languages

SCSS
7915 projects
Nunjucks
165 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to functions.netlify.com

Functions
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 463 (-7.03%)
Mutual labels:  lambda, netlify, jamstack
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (-81.33%)
Mutual labels:  lambda, netlify, jamstack
recipeek
🍽️ Recipe search app
Stars: ✭ 20 (-95.98%)
Mutual labels:  lambda, netlify
Serverlessui
A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.
Stars: ✭ 434 (-12.85%)
Mutual labels:  lambda, jamstack
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (-79.12%)
Mutual labels:  lambda, netlify
Netlify Statuskit
Netlify StatusKit is a template to deploy your own Status pages on Netlify.
Stars: ✭ 216 (-56.63%)
Mutual labels:  netlify, jamstack
Wp Jamstack Deployments
A WordPress plugin for JAMstack deployments
Stars: ✭ 222 (-55.42%)
Mutual labels:  netlify, jamstack
Jamstack Cms
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
Stars: ✭ 702 (+40.96%)
Mutual labels:  lambda, jamstack
Jamstack Serverless
Learn JAMstack Serverless Modern App Development in Baby Steps using Gatsby.js, React, TypeScript, GraphQL, Contentful, Netlify, FaunaDB, MongoDB, Apollo, Github Actions, Project Fugu, and CSS Houdini.
Stars: ✭ 178 (-64.26%)
Mutual labels:  netlify, jamstack
Supply
🛍 Supply is a free e-commerce Jekyll theme with Gumroad integration.
Stars: ✭ 24 (-95.18%)
Mutual labels:  netlify, jamstack
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (-84.94%)
Mutual labels:  netlify, jamstack
gatsby-minimal-portfolio
👔 JAMstack (Gatsby JS) content-focused portfolio blog starter. Features include dark-mode, installable PWA, SEO, code highlighting, form, CI/CD.
Stars: ✭ 36 (-92.77%)
Mutual labels:  netlify, jamstack
Algoliasearch Netlify
Official Algolia Plugin for Netlify. Index your website to Algolia when deploying your project to Netlify with the Algolia Crawler
Stars: ✭ 208 (-58.23%)
Mutual labels:  netlify, jamstack
Eleventy Starter Ghost
A starter template to build websites with Ghost & Eleventy
Stars: ✭ 187 (-62.45%)
Mutual labels:  netlify, jamstack
Atlas
The Hugo boilerplate we use for our projects.
Stars: ✭ 232 (-53.41%)
Mutual labels:  netlify, jamstack
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-62.45%)
Mutual labels:  netlify, jamstack
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-72.09%)
Mutual labels:  netlify, jamstack
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+287.95%)
Mutual labels:  netlify, jamstack
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-96.39%)
Mutual labels:  netlify, jamstack
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-95.38%)
Mutual labels:  netlify, jamstack

functions.netlify.com

Everything you ever wanted to know about Netlify Functions ⚡️

Netlify Status

Contents

Suggesting an example or tutorial

Please create an issue in order to submit contributions to be considered for inclusion in this site.

Choose the approprite issue type from the New Issue page.

Installing

  1. Clone the repo using git clone [email protected]:netlify/functions.git
  2. Use npm to install dependencies npm install
  3. Create a .env file with the environment variables listed below
  4. And run the site locally npm run dev

Environment variables

You'll need to generate a GitHub Access Token to retrieve stars and forks. Add the following to your .env file:

URL=http://localhost:8080
GITHUB_TOKEN=
SLACK_WEBHOOK_URL=
GREETING="hi from the Netlify functions site"

Options

  • npm run dev will spin up a development environment and watch for changes
  • npm run build builds a production version of the site to dist
  • npm run debug will run the eleventy debugger

Dependencies

All dependencies are development at the moment

  • @11ty/eleventy
  • dotenv
  • @11ty/eleventy-plugin-rss
  • @11ty/eleventy-plugin-syntaxhighlight
  • @quasibit/eleventy-plugin-sitemap
  • eleventy-plugin-sass
  • eleventy-plugin-seo

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].