Skip to content

Commit f24c318

Browse files
Add commands clarification
1 parent f7d5742 commit f24c318

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This Lambda function uses a pure Javascript image optimizaction ([Jimp](https://
1717
S3 Bucket structure will be the following:
1818

1919
* prefix-gallery
20+
*  ├─── /code.zip
2021
*  ├─── /original
2122
*  ├────┼─── /image.jpg
2223
*  ├─── /thumbs
@@ -37,6 +38,16 @@ S3 Bucket structure will be the following:
3738

3839
This tutorial asumes you have an AWS account and you've configured AWS credentials for CLI, if you haven't [please do so](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html#post-install-configure).
3940

41+
To follow the procedures in this tutorial you'll need a command line terminal to run commands. Commands are shown as below:
42+
43+
```
44+
(bash) $ command
45+
----------------
46+
output
47+
```
48+
49+
`(bash) $ ` is a constant indicating that is a command running in bash. Everything below `--------------` is the output of the command, or if the command is two or more lines, it will have its own section denoted by **Output:** header.
50+
4051
## S3
4152

4253
Let's create an S3 bucket. You can do this though the console or using the AWS CLI. named it `{prefix}-gallery`. Replace prefix with a unique identifier so that S3 name is [globally unique](https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html). I'll use `rtalexk-gallery`, as my username.

0 commit comments

Comments
 (0)