Skip to content

Commit

Permalink
Update Deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Mar 27, 2020
1 parent 9325c05 commit 9e1ee4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Cube.js-Backend/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ $ serverless logs -t -f cubejsProcess
[Server core options](@cubejs-backend-server-core#options-reference) can be passed by instantiating appropriate `Handlers` class directly.
For example:

**cube.js:**

```javascript
const AWSHandlers = require('@cubejs-backend/serverless-aws');
const MySQLDriver = require('@cubejs-backend/mysql-driver');
Expand Down

0 comments on commit 9e1ee4f

Please sign in to comment.