diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-24 06:09:40 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-24 06:09:40 +0000 |
| commit | 8c8bf44fa64f98114f7439f751c92d59a44b3218 (patch) | |
| tree | bac57a295c29dd341d17a776f3ac3022a1d8e77a /doc/user/project/clusters/serverless/aws.md | |
| parent | be2f4c5788975597dd7be1c8a3525549770c1216 (diff) | |
| download | gitlab-ce-8c8bf44fa64f98114f7439f751c92d59a44b3218.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/clusters/serverless/aws.md')
| -rw-r--r-- | doc/user/project/clusters/serverless/aws.md | 6 |
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 |
