ZEIT

Deploy Serverless Microservices

Right Now
ย 

05.06.2019

@xf3l1x

Serverless

+

!==

serverless

Serverless computing is a cloud-computing execution model in which the cloud provider runs the server, and dynamically manages the allocation of machine resources. Pricing is based on the actual amount of resources consumed by an application, rather than on pre-purchased units of capacity. It can be a form of utility computing.

What if you could spend all your โณ

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป and ๐Ÿš€ great apps,

and ๐Ÿ™…โ€โ™‚๏ธ of your ๐Ÿ•ฐ ๐Ÿง™โ€โ™‚๏ธ servers?ย 

๐Ÿคฉ๐Ÿ‘

๐Ÿš€

๐Ÿ’ก

DOMAIN

DNS

DEPLOY

๐Ÿค‘

npm i -g now

Setup

now login

Domain

{
    "version": 2,
    "builds": [
        { "src": "index.html", "use": "@now/static" }
    ]
}

now.json

{
    "version": 2,
    "builds": [
        { "src": "index.html", "use": "@now/static" },
        { "src": "/api/*.php", "use": "@now/php" }
    ],
    "routes": [
        { "src": "/api/(.*)", "dest": "/api/$1" }
    ]
}

now.json

Builders

  • Static (@now/static)
  • Markdown (@now/md)
    ย 
  • Node.js (@now/node)
  • PHP (@now/php)
  • Go (@now/go)
  • Python (@now/python)
  • Rust (@now/rust)
  • Bash (@now/bash)

CDN

Time to selfie ๐Ÿ“ท

Features

  1. Teams

  2. Pricing

  3. Domains

  4. DNS

  5. Certs

  6. CDN

  7. Secrets

  8. Integrations

  9. Apps

  10. Terminal

  1. snippets.now.sh
  2. newton.now.sh
  3. shot.now.sh
  4. md.now.sh
  5. up.now.sh
  6. e.now.sh
  7. gif.now.sh
  8. icon.now.sh
  9. georgeo.now.sh
  10. releasebutler.now.sh
  11. carbon.now.sh
  12. ipinfo.now.sh
@xf3l1x
f3l1x.io

?

Thank you

Deploy Now

2019-06-05 - ZEIT - Deploy Serverless Microservices Right Now

By Milan Felix ล ulc

2019-06-05 - ZEIT - Deploy Serverless Microservices Right Now

  • 2,002