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.
simple event handlers (typically for HTTP requests) which are executed on serverless platform without needs of any virtual machine or Docker container.
class handler(BaseHTTPRequestHandler): def do_GET(self): self.send_response(200) self.send_header('Content-type','text/plain') self.end_headers() self.wfile.write("Hello from Python!".encode())
to ZEIT or buy domains directly. - If you want to add domain, you have to point your nameservers to ZEIT. - You can buy domains from ZEIT Dashboard You can also buy domain using `now domain buy example.com`
you can manage DNS Records in Dashboard and using CLI - `now alias set example.now.sh example.com` - `now dns add example.com mail A 1.2.3.4` - `now dns add example.com @ MX mail.example.com 99.`
- Support only domains (with buy), DNS Record management, and aliases - Still in progress Homepage: https://github.com/ondrejsika/terraform-provider-zeit