Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ redirect_from:
- function-as-a-service-foundations-best-practices.html
---

{% comment %}

THIS IS USED IN FUNCTION'S LOG MESSAGE AS https://developers.liveperson.com/liveperson-functions-foundations-best-practices.html#avoid-cpu-blocking-code
IF YOU CHANGE THE NAME, MAKE SURE THAT THERE'S A REDIRECT TO THIS URL.

{% endcomment %}

This chapter will highlight some best practices and tips for adequately leveraging the LivePerson Functions platform.

### Prefer Async/Await over Promises/Callbacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ permalink: liveperson-functions-foundations-error-codes.html
indicator: both
---

{% comment %}

THIS IS USED IN FUNCTION'S LOG MESSAGE AS https://developers.liveperson.com/liveperson-functions-foundations-error-codes.html#error-codes
IF YOU CHANGE THE NAME, MAKE SURE THAT THERE'S A REDIRECT TO THIS URL.

{% endcomment %}

This chapter will highlight all potential error codes and HTTP responses that our RESTful APIs can return. This is especially relevant for the [external invocation](liveperson-functions-foundations-external-invocation.html).

### Error Codes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ redirect_from:
- liveperson-functions-monitoring-activities.html
---

{% comment %}

THIS IS USED IN FUNCTION'S LOG MESSAGE AS https://developers.liveperson.com/liveperson-functions-getting-started-monitoring.html#limitations
IF YOU CHANGE THE NAME, MAKE SURE THAT THERE'S A REDIRECT TO THIS URL.

{% endcomment %}

We will introduce you to all the available monitoring features and tools on this page.

### Email Reporting
Expand Down