Skip to content

Commit

Permalink
docs(srv): Add ref doc on handlers MTA-4407 (#3046)
Browse files Browse the repository at this point in the history
* docs(srv): Add ref doc on handlers MTA-4407

* docs(srv): update

* docs(srv): update

* docs(srv): update

* docs(srv): update

* docs(srv): adding tabs to fuction

* docs(srv): update

* docs(srv): update

* docs(srv): update

* docs(srv): update

* Update serverless/functions/reference-content/functions-handlers.mdx

Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>

* docs(srv): update

* docs(DEVTOOLS): update

---------

Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
  • Loading branch information
SamyOubouaziz and ldecarvalho-doc authored Apr 19, 2024
1 parent 282f3f7 commit 5ac5fa4
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 261 deletions.
4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,10 @@
"label": "Functions use cases",
"slug": "use-cases"
},
{
"label": "Functions handlers",
"slug": "functions-handlers"
},
{
"label": "Code examples",
"slug": "code-examples"
Expand Down
2 changes: 1 addition & 1 deletion serverless/functions/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A JWT (JSON Web Token) is an access token you can create from the console or the

## Handler

A handler is a routine/function/method that processes specific events. Upon invoking your function, the handler is executed and returns an output. Refer to our [code examples](/serverless/functions/reference-content/code-examples/) for more information on the structure of a handler.
A handler is a routine/function/method that processes specific events. Upon invoking your function, the handler is executed and returns an output. Refer to our [dedicated documentation](/serverless/functions/reference-content/functions-handlers/) for more information on the structure of a handler.

## Namespace

Expand Down
Loading

0 comments on commit 5ac5fa4

Please sign in to comment.