diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-22 21:09:10 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-22 21:09:10 +0000 |
| commit | cbd505d80b8f427e200d7ab6509160a58739ecd5 (patch) | |
| tree | a1c5e0b69c1a6a223cc99f78f6471ff1bd4fab5d /doc/user/project/clusters | |
| parent | 852877d997ee2b22f185d388992382986a8f2e1d (diff) | |
| download | gitlab-ce-cbd505d80b8f427e200d7ab6509160a58739ecd5.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/clusters')
| -rw-r--r-- | doc/user/project/clusters/serverless/aws.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/serverless/aws.md b/doc/user/project/clusters/serverless/aws.md index a52d3400aa2..599d357499a 100644 --- a/doc/user/project/clusters/serverless/aws.md +++ b/doc/user/project/clusters/serverless/aws.md @@ -74,7 +74,7 @@ Place this code in the file `src/handler.js`. In our case, `module.exports.hello` defines the `hello` handler to reference later in the `serverless.yml`. -You can learn more about the AWS Lambda Node.js function handler and all its various options here: <https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html> +You can learn more about the [AWS Lambda Node.js function handler](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html) and all its various options in its documentation. #### Creating a `serverless.yml` file |
