ZEIT

Deploy Serverless Microservices

Right Now
 

19.10.2019

@xf3l1x
@hubbr_coworking

Deploy

💡

💡

DOMAIN

HOSTING

DEPLOY

PHP / NODE / GO

PYTHON / RUBY

 JAVA

HTML

CS

JS

🤑💰

npm install -g now
now login
now domains
now
{
    "builds": [
        { "src": "index.html", "use": "@now/static" }
    ]
}

now.json

Builders

{
  "builds": [
    { "src": "index.html", "use": "@now/static" },
    { "src": "package.json", "use": "@now/static-build" },
    { "src": "api/*.ts", "use": "@now/node" },
    { "src": "api/*.php", "use": "now-php" }
  ]
}

Static

  • Node.js (@now/node)
  • Python (@now/python)
  • Ruby  (@now/ruby)
  • Go (@now/go)
  • Static (@now/static)
  • Static (@now/static-build)

Lambda

Community

  • PHP (now-php)
  • Rust (now-rust)
  • Bash (now-bash)
  • Markdown (now-md)

Time to selfie 📷

  • snippets.now.sh
  • newton.now.sh
  • shot.now.sh
  • md.now.sh
  • up.now.sh
  • e.now.sh
  • gif.now.sh
  • icon.now.sh
  • georgeo.now.sh
  • releasebutler.now.sh
  • carbon.now.sh
  • ipinfo.now.sh
  • bit.ly/2ptjUtH

PDF generator

QR generator

OG images

ARES wrapper

(...)

@xf3l1x
f3l1x.io

?

What? Why? How? No? Oh.

Thank you!

Deploy Now

2019-10-19 - ZEIT - Deploy Serverless Microservices Right Now (vol2)

By Milan Felix Šulc

2019-10-19 - ZEIT - Deploy Serverless Microservices Right Now (vol2)

  • 1,952