All Projects → netlify → Functions

netlify / Functions

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

Projects that are alternatives of or similar to Functions

Jamstack Cms
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
Stars: ✭ 702 (+51.62%)
Mutual labels:  serverless, lambda, jamstack
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-31.32%)
Mutual labels:  netlify, jamstack, scss
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+8.21%)
Mutual labels:  netlify, jamstack, scss
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+147.73%)
Mutual labels:  serverless, netlify, jamstack
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (-79.91%)
Mutual labels:  lambda, netlify, jamstack
Eleventyone
A scaffold for a quick start building with the Eleventy SSG
Stars: ✭ 390 (-15.77%)
Mutual labels:  serverless, netlify, jamstack
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+59.18%)
Mutual labels:  serverless, netlify, jamstack
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (-77.54%)
Mutual labels:  serverless, lambda, netlify
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 (-61.56%)
Mutual labels:  serverless, netlify, jamstack
functions.netlify.com
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 498 (+7.56%)
Mutual labels:  lambda, netlify, jamstack
Serverlessui
A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.
Stars: ✭ 434 (-6.26%)
Mutual labels:  serverless, lambda, jamstack
Terraform Aws Github Runner
Terraform module for scalable GitHub action runners on AWS
Stars: ✭ 326 (-29.59%)
Mutual labels:  serverless, lambda
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+747.95%)
Mutual labels:  serverless, lambda
Honeylambda
honeyλ - a simple, serverless application designed to create and monitor fake HTTP endpoints (i.e. URL honeytokens) automatically, on top of AWS Lambda and Amazon API Gateway
Stars: ✭ 454 (-1.94%)
Mutual labels:  serverless, lambda
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (-22.46%)
Mutual labels:  netlify, jamstack
Personal Site
My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
Stars: ✭ 324 (-30.02%)
Mutual labels:  serverless, scss
Nodb
NoDB isn't a database.. but it sort of looks like one.
Stars: ✭ 353 (-23.76%)
Mutual labels:  serverless, lambda
Aws Serverless Workshop Innovator Island
Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop. Questions? Contact @jbesw.
Stars: ✭ 363 (-21.6%)
Mutual labels:  serverless, lambda
Shep
A framework for building JavaScript Applications with AWS API Gateway and Lambda
Stars: ✭ 376 (-18.79%)
Mutual labels:  serverless, lambda
Made Mistakes Jekyll
Source for my website and blog (Jekyll + Gulp + Netlify)
Stars: ✭ 436 (-5.83%)
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 smashingconf"

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 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].