Skip to content

swyxio/smashingconf-ny-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Develop, Test, and Deploy Serverless Functions with Netlify

Talk Recordings

JAMstack 😍 Serverless

  • Dramatically reduce the cost of creating APIs
  • Your APIs don't have to be serverless, you can also create a stateful microservice

https://cdn-images-1.medium.com/max/1600/1*uD1IkSE1cwF1Yr_njKu9qA.png

Why Serverless

  • Pay per execution pricing
  • Never pay for idle servers
  • Auto scales for you
  • Event driven workflows
  • Leverage third party services

https://cdn-images-1.medium.com/max/1200/1*R65rmc0x432_s9EmAbGlOA.png

https://cdn-images-1.medium.com/max/1600/1*TdRFV0LAG7TG3US2YJMALA.jpeg

What can Functions do

Very basic Functions Tutorial: https://functions-playground.netlify.com/

Featured Use Cases

Scheduled Function Execution

Authenticated Functions

Open source list of Function Examples

Learn More

Pricing:

  • details
  • Free: 125k
  • Level 1: 2 million

Netlify Functions:Create

  • Token-Hider
  • GraphQL API
  • Fauna GraphQL

more templates here: https://github.com/netlify/netlify-dev-plugin/tree/master/src/functions-templates/js/

Netlify Dev