Serverless Console
Serveless Console is the next generation of control plan for Teams building as Serverless as Possible. We have a limited number of spots for teams that are interested in monitoring Serverless architectures.
Getting Started
To get started with Serverless Console use version 3.1 or later of the Serverless Framework. This will automatically configure a lambda extension, authentication, and collection. To enable this you’ll need to do the following.
Upgrade to Serverless frame 3.1 pre-release.
# install locally in a project
npm i serverless@pre-3.1
# or update globally
npm -g i serverless@pre-3.1
Enable console in your serverless.yaml file.
org: serverless-inc
frameworkVersion: '3.1'
console: true
Redeploy with Serverless Framework.
serverless deploy
Edit this page