added website links

This commit is contained in:
Pravin 2019-10-16 15:19:38 +02:00
parent 6fdcb1efcc
commit 328de1b6ee
3 changed files with 20 additions and 0 deletions

View File

@ -4,6 +4,12 @@ menuText: sdk
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/sdk/)
<!-- DOCS-SITE-LINK:END -->
# `serverless_sdk`
When using the Serverless Dashboard, the framework automatically injects the `serverless_sdk`

View File

@ -3,6 +3,13 @@ title: Serverless SDK - Node.js
menuText: nodejs
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/sdk/nodejs/)
<!-- DOCS-SITE-LINK:END -->
# `captureError`
Your lambda function may throw an exception, but your function handles it in order to respond to

View File

@ -3,6 +3,13 @@ title: Serverless SDK - Python
menuText: python
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/sdk/python/)
<!-- DOCS-SITE-LINK:END -->
# `capture_exception`
Your lambda function may throw an exception, but your function handles it in order to respond to