Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-24 09:09:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-24 09:09:40 +0300
commit8c8bf44fa64f98114f7439f751c92d59a44b3218 (patch)
treebac57a295c29dd341d17a776f3ac3022a1d8e77a /doc/user/project/clusters/serverless
parentbe2f4c5788975597dd7be1c8a3525549770c1216 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/clusters/serverless')
-rw-r--r--doc/user/project/clusters/serverless/aws.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/clusters/serverless/aws.md b/doc/user/project/clusters/serverless/aws.md
index cb35e598803..4c36c1fa4ed 100644
--- a/doc/user/project/clusters/serverless/aws.md
+++ b/doc/user/project/clusters/serverless/aws.md
@@ -379,7 +379,7 @@ control to AWS Lambda, API Gateway, CloudFormation, and IAM resources.
### Crafting the `.gitlab-ci.yml` file
In a [`.gitlab-ci.yml`](../../../../ci/yaml/README.md) file in the root of your project,
-add the following and replace <S3_bucket_name> with the name of the S3 bucket where you
+add the following and replace `<S3_bucket_name>` with the name of the S3 bucket where you
want to store your package:
```yaml
@@ -468,8 +468,8 @@ First, test the function.
SAM provides a default event in `events/event.json` that includes a message body of:
-```json
-{\“message\”: \“hello world\”}
+```plaintext
+{\"message\": \"hello world\"}
```
If you pass that event into the `HelloWorldFunction`, it should respond with the same