Commit 1a627af3 authored by Marcel Amirault's avatar Marcel Amirault Committed by Evan Read

Fix code block in aws serverless doc

parent fefbb917
...@@ -379,7 +379,7 @@ control to AWS Lambda, API Gateway, CloudFormation, and IAM resources. ...@@ -379,7 +379,7 @@ control to AWS Lambda, API Gateway, CloudFormation, and IAM resources.
### Crafting the `.gitlab-ci.yml` file ### Crafting the `.gitlab-ci.yml` file
In a [`.gitlab-ci.yml`](../../../../ci/yaml/README.md) file in the root of your project, 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: want to store your package:
```yaml ```yaml
...@@ -468,8 +468,8 @@ First, test the function. ...@@ -468,8 +468,8 @@ First, test the function.
SAM provides a default event in `events/event.json` that includes a message body of: SAM provides a default event in `events/event.json` that includes a message body of:
```json ```plaintext
{\message\”: \“hello world\”} {\"message\": \"hello world\"}
``` ```
If you pass that event into the `HelloWorldFunction`, it should respond with the same If you pass that event into the `HelloWorldFunction`, it should respond with the same
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment