The way serverless was meant to be.
Serverless Cloud lets you build scalable, highly-secure, pay-per-use applications, without needing a deep knowledge of cloud services. Focus on writing code, instead of worrying about infrastructure.
Get started now How it works Get early access
PLEASE NOTE: If you'd like to register for the early access list, please sign up to get early access.
Getting Started
Install globally from npm...
npm i -g @serverless/cloud@latest
Create a new directory...
mkdir my-cloud && cd my-cloud
Initialize a sample project and start developing
cloud
Visit the url, see live logs, make changes, and watch them quickly deploy to your own personal development instance. Cloud Shell helps you write commands and go back in command history.
When ready, you can publish to prod
from Cloud Shell:
deploy prod
This will publish to a completely seperate instance. You may continue developing using cloud start
without affecting prod
, but anytime you want to copy the entire prod
instance (including data) into your own personal development instance, just run:
clone [service_name]/prod
And continue developing on the code and data copied from prod
:
Visit Serverless Cloud Dashboard to see your services and instances, to define secrets and apply it to your instances and to check the logs and metrics of your instances via cloud.serverless.com.
Feedback
Please log any issues and additional feedback can be sent to cloud@serverless.com.