Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1a627af3
Commit
1a627af3
authored
Mar 24, 2020
by
Marcel Amirault
Committed by
Evan Read
Mar 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code block in aws serverless doc
parent
fefbb917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/project/clusters/serverless/aws.md
doc/user/project/clusters/serverless/aws.md
+3
-3
No files found.
doc/user/project/clusters/serverless/aws.md
View file @
1a627af3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment