From ce5f4200d671a9ee9d1021aca63a337aa3f4db1f Mon Sep 17 00:00:00 2001 From: Anthony Galagade Date: Wed, 26 Oct 2022 11:57:09 +0200 Subject: [PATCH] :FC-1377: :zap: Display Doc Links in Lambda Failure logs --- .../LivePersonFunctions/Foundations/best-practices.md | 7 +++++++ .../LivePersonFunctions/Foundations/error-codes.md | 7 +++++++ .../LivePersonFunctions/GettingStarted/monitoring.md | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/best-practices.md b/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/best-practices.md index b5d66efc4c..b0cc00d2d7 100644 --- a/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/best-practices.md +++ b/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/best-practices.md @@ -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 diff --git a/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/error-codes.md b/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/error-codes.md index e0ed7d0f81..0dd58703c3 100644 --- a/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/error-codes.md +++ b/pages/Documents/DeveloperTools/LivePersonFunctions/Foundations/error-codes.md @@ -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 diff --git a/pages/Documents/DeveloperTools/LivePersonFunctions/GettingStarted/monitoring.md b/pages/Documents/DeveloperTools/LivePersonFunctions/GettingStarted/monitoring.md index 3a2a7208d4..24f07cf505 100644 --- a/pages/Documents/DeveloperTools/LivePersonFunctions/GettingStarted/monitoring.md +++ b/pages/Documents/DeveloperTools/LivePersonFunctions/GettingStarted/monitoring.md @@ -8,6 +8,13 @@ permalink: liveperson-functions-getting-started-monitoring.html indicator: both --- +{% 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